python if __name__ == ’__main__’ name == main tutorial example explained
#python #name #main
# ***********************************
# if __name__ == ’__main__’
# ***********************************
# y tho?
# 1. Module can be run as a standalone program
# or
# 2. Module can be imported and used by other modules
# Python interpreter sets “special variables“, one of which is __name__
# Python will assign the __name__ variable a value of ’__main__’ if it’s
# the initial module being run
def main():
14 views
18
3
1 month ago 04:34:44 1
Java с нуля - Полный Курс Java Для Начинающих [4,5 ЧАСА]
1 month ago 00:08:59 1
Linux для начинающих | Терминал Linux | Основные команды