Hello World with Python - Method 2

 

Step 1: Download the python from the official website

https://www.python.org/downloads/release/

 Step 2: Complete the installation process

Step 3: Write your python code in (.py) format with a text editor

Step 4: Go to the directory where your code

Step 5: Just type filename.py and hit Enter

Step 6: Congrats !! You have written your first python code 😊

 

Comments

Popular posts from this blog

Hello World with Python - Method 1

Learning Python | Getting Started