Let's run some Python code!
touch main.py
print("greetings boots")
python3 main.py
If your code printed "greetings boots" to the console, pat yourself on the back! You've got a professional Python development environment up and running!
Run and submit the CLI tests.