1 Odpowiedź
+ 2
General syntax is:
**import <module_name>**
OR:
**import <module_name> as <new_name>**
OR:
**from <module_name> import <function/s>**
Mor information could be find on these sources:
https://www.w3schools.com/JUMP_LINK__&&__python__&&__JUMP_LINK/python_modules.asp
https://docs.python.org/3/reference/import.html