This commit is contained in:
ducoterra
2020-10-25 21:33:08 -04:00
parent 1ceb488f21
commit 68bcbdf7fd

View File

@@ -128,7 +128,7 @@ Before we can dive into our web project we have to cover some Python basics. Let
![middle_stuff](img/day1/middle_stuff.png) ![middle_stuff](img/day1/middle_stuff.png)
1. Now type `python my_program.py` in the terminal and press enter. Nothing will return. 1. Save the file with <kbd>ctrl</kbd>+<kbd>S</kbd>. Now type `python my_program.py` in the terminal and press enter. Nothing will return.
![functions_in_order](img/day1/functions_in_order.png) ![functions_in_order](img/day1/functions_in_order.png)