0
how to import modules in python? in sololearn?
5 odpowiedzi
0
what do u mean?
0
ok ok but it is showing "no module name 'pyttsx3' " what should i do now?
0
in sololearn IDE
0
To install a module you can also try:
import os
os.system('pip install pyttsx3')
Remember this is temporarily installed.