diff options
Diffstat (limited to 'further_examples.py')
| -rw-r--r-- | further_examples.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/further_examples.py b/further_examples.py index 9b5ef56..b61d5e0 100644 --- a/further_examples.py +++ b/further_examples.py @@ -1,4 +1,3 @@ - import blockext from blockext import * @@ -42,7 +41,7 @@ def light(): def move(steps): print("." * steps) - +""" [" ", "beep", "playBeep"], [" ", "set beep volume to %n", "setVolume", 5], ["r", "beep volume", "volume"], @@ -56,7 +55,7 @@ def move(steps): "deliverOrCollect": ["delivery", "collection"] } } - +""" if __name__ == "__main__": |
