Say "Hello, World!" With Python

  • + 0 comments

    storing the data in variable a.

    a = "Hello, World!"

    print(a)