0
It's not running where I'm making mistake and can someone help me to understand properly how to use main function in python
def main(): print('Hello world!') if __main__ == "__main__": main()
0 Resposta
def main(): print('Hello world!') if __main__ == "__main__": main()