No need to save file at this point

File already saved in step 6 so not really necessary here.  If will prompt you to save the file after you press F5.
This commit is contained in:
Steveis 2017-03-29 12:59:51 +01:00 committed by GitHub
parent 1fe3f9fe86
commit 3007c6a2dc

View file

@ -52,7 +52,7 @@ With the hardware set up, we can begin to program the software that will make ev
print("Take a picture")
```
1. Save your program, then press **F5** to run it. Try pressing each button and check that a different message pops up for each in the Python shell.
1. Press **F5** to run your program. Try pressing each button and check that a different message pops up for each in the Python shell.
![Test the buttons](images/test-buttons.png)