Update worksheet2.md

This commit is contained in:
Laura 2017-03-30 14:01:28 +01:00 committed by GitHub
parent 02f786b2a5
commit 7bd8186bcc

View file

@ -144,7 +144,7 @@ This code creates a 'PiCamera' object with the resolution set to 800 × 480, whi
overlays = ['rock', 'paper', 'scissors']
```
1. Now go back to your `allseeingpi.py` program. Under the other import statements in your program, add another one to import this file:
1. Now go back to your `allseeingpi.py` program. Underneath the other import statements in your program, add another one to import this file:
```python
from overlay_functions import *