Say "Hello, World!" With Python

  • + 0 comments

    if name == 'main': com=',' print("Hello{} World!".format(com))