Say "Hello, World!" With Python

  • + 0 comments

    if name == 'main': print("Hello,World!")