Say "Hello, World!" With Python

  • + 0 comments
    if __name__ == '__main__':
        print("Hello, World!")