Your First python program

Install visual studio code in you laptop and create a file called program.py. Below you can see the VS code installation steps explained in a short 5 minutes video.

Credits : Harsivo Edu

Just write a print statement shown below and click the the run button in VS code.

Hurray… ! you run your first python code.

# program1.py
print("Hello world")

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s