summaryrefslogtreecommitdiff
path: root/python/problems/dictionaries/en.py
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2016-08-24 15:32:22 +0200
committerMartin Možina <martin.mozina@fri.uni-lj.si>2016-08-24 15:32:22 +0200
commit12378810ee9207536bfa0c264c1bf2a2b0296171 (patch)
tree902e226e249a5369928e3fbc7e85739e14448b46 /python/problems/dictionaries/en.py
parentc2e782122d52acea0e69f8a5a92b40bbbb7072e5 (diff)
Added several new exercises for Python (related to dictionaries and sets).
Diffstat (limited to 'python/problems/dictionaries/en.py')
-rw-r--r--python/problems/dictionaries/en.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/problems/dictionaries/en.py b/python/problems/dictionaries/en.py
new file mode 100644
index 0000000..bf21767
--- /dev/null
+++ b/python/problems/dictionaries/en.py
@@ -0,0 +1,3 @@
+name = 'Dictionaries'
+description = 'Dictionaries and Sets'
+