in this tutorial. we will learn how to write Hello World program with python. there are two ways to do it
1. write python command in python console
2. write python script, and interpret it with python interpreter
you can try both
and here are the two links of tutorial I've mentioned
https://docs.python.org/3/tutorial/
https://pythonprogramming.net/introdu...