Five ways of importing modules in Python. #python #programming #code

preview_player
Показать описание
Hello Dear Coder,
In this video, we will learn about the five ways of importing modules in Python. We will learn how this can be a good practice while writing our program.
Stay tuned....

#python #programming #coding
Рекомендации по теме
Комментарии
Автор

another way: math = __import__("math")

This way is not recomended to use but still it's better to know

fazliddinabdurahimov