summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--further_examples.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/further_examples.py b/further_examples.py
index cfacd07..acef8f0 100644
--- a/further_examples.py
+++ b/further_examples.py
@@ -41,21 +41,6 @@ def light():
def move(steps):
print("." * steps)
-"""
- [" ", "beep", "playBeep"],
- [" ", "set beep volume to %n", "setVolume", 5],
- ["r", "beep volume", "volume"],
- [" ", "order %m.pizzaFlavour pizza for %m.deliverOrCollect",
- "orderPizza"],
- ["r", "colour of %m.pizzaFlavour pizza", "pizzaColour"],
- ["r", "random upto %n", "randomThingy"]
- ],
- "menus": {
- "pizzaFlavour": ["tomato", "cheese", "mozarella", "hawaiian"],
- "deliverOrCollect": ["delivery", "collection"]
- }
- }
-"""
if __name__ == "__main__":