From 0440f97c0c501055e0532dd1ad1e49c8c47a602c Mon Sep 17 00:00:00 2001 From: Emily Lycett Date: Fri, 2 Oct 2020 16:07:08 +0100 Subject: [PATCH] actually adding the dictionary --- dictionary.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dictionary.py diff --git a/dictionary.py b/dictionary.py new file mode 100644 index 0000000..b609054 --- /dev/null +++ b/dictionary.py @@ -0,0 +1,2 @@ +story{0: "test", + 1: "test2"}