Python- Your First Program | Hello World - Passionate Geekz

Breaking

Where you can unleash your inner geek.

Saturday, 22 June 2019

Python- Your First Program | Hello World

 

#Author : Paras Guglani
#Website : Passionategeekz.com
#created : 21/06/2019 01:03Am

Here is the simple code for Hello world for Python

print(“Hello World”)

Output : Hello World

 

Both the double quotes and single quotes works for print statement.

No comments:

Post a Comment