1 Install python on your local machine. Follow below link
2. Open command prompt and type “python”. It will start python shell
3. Use below code to print “Hello World”
print(“Hello World”)
Below is demonstration for this

1 Install python on your local machine. Follow below link
2. Open command prompt and type “python”. It will start python shell
3. Use below code to print “Hello World”
print(“Hello World”)
Below is demonstration for this