<aside> 😃 Hey, Polyglots! Ready for another programming language?
</aside>
By the end of this, students should be able to:
cd ~/seimkdir python && cd pythonmkdir intro && cd introcode .
A python file is defined with the .py syntax.
touch intro.py
To run a python file we will be using the built-in python command in our system.
<aside> 🧠Python is a system-level language that does not run in a browser. Most operating systems have python already installed.
</aside>