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 --versionorPython3 --versionouput -
Python 3.x.x -
Run the code using
Python <filename>.pyorPython <filename>.py