

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Running Python
incomplete
2: Book Data
incomplete
3: Read File
incomplete
4: Count Words
incomplete
5: Refactor
incomplete
6: Count Characters
incomplete
This lesson's interactive features are locked, please to keep using them
Let's run some Python code! We'll pass a script's file path to the python3 command.
touch main.py
print("greetings boots")
python3 main.py
If the script printed greetings boots to the console, your local Python environment is working!
Run and submit the CLI tests from the root of your project.