1 Resposta
+ 2
I just answered a similar question. Read through the answers in this thread
https://www.sololearn.com/Discuss/2374340/?ref=app
In my python, to import a module, use the import keyword.
import my_module
To import a specific function from the module, use the from keyword
from my_module import func1