Merge pull request #5 from SteveAmor/patch-4

No need to save file before pressing F5
This commit is contained in:
Lorna Lynch 2017-04-07 13:24:57 +01:00 committed by GitHub
commit 41ab3788ed

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)