From 3007c6a2dc2ae68d4e9062a099619bf753df4a79 Mon Sep 17 00:00:00 2001 From: Steveis Date: Wed, 29 Mar 2017 12:59:51 +0100 Subject: [PATCH] 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. --- worksheet2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheet2.md b/worksheet2.md index 4687699..e7fc461 100644 --- a/worksheet2.md +++ b/worksheet2.md @@ -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)