Say "Hello, World!" With Python

Sort by

recency

|

643 Discussions

|

  • + 0 comments

    print("Hello, World!")

  • + 0 comments

    a= int ("enter the value"); b= ("print the value of hello"); print

  • + 0 comments

    print("hellowworld")

  • + 0 comments

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

  • + 0 comments

    my_brij="Hello, World!" print(my_brij)