0

how can i import libraries for python?

hi im learning python and i want to import libraries

17th Mar 2023, 7:07 PM
Ismım artık Daha kolay
Ismım artık Daha kolay - avatar
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
17th Mar 2023, 7:19 PM
Lamron
Lamron - avatar