File size: 83 Bytes
8980b03
 
 
 
 
 
 
1
2
3
4
5
6
7
def main():

    print("Hello World")

if (__name__ == "__main__"):
    
    main()