Python Workshop codes
-
Download the code
-
Install Python 3.x.x if not installed https://www.python.org/downloads/
-
Open your terminal/command prompt (CTRL+T in Ubuntu ,Windows WIN+R then type cmd then enter)
-
Check Python is Configured or not by using
Python --version
orPython3 --version
ouput -
Python 3.x.x
-
Run the code using
Python <filename>.py
orPython <filename>.py