<aside> 😃 Hey, Polyglots! Ready for another programming language?

</aside>

Prerequisites

Objectives

By the end of this, students should be able to:

Setup

code .

Python Files

Create Python file

A python file is defined with the .py syntax.

touch intro.py

Run Python file

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>