summaryrefslogtreecommitdiff
path: root/python/problems/re/parentheses/en.py
diff options
context:
space:
mode:
authorMartin Možina <martin.mozina@fri.uni-lj.si>2016-12-05 11:51:58 +0100
committerMartin Možina <martin.mozina@fri.uni-lj.si>2016-12-05 11:51:58 +0100
commit236001ec7563804f87a40c924681461bc8b2d764 (patch)
tree534a9ba942e6f6906d751439dff8864130a370ea /python/problems/re/parentheses/en.py
parent413bb73adaee77e8c1ab1c5721b13d9b6f756a7a (diff)
Added a new set of exercises (regular expressions).
Diffstat (limited to 'python/problems/re/parentheses/en.py')
-rw-r--r--python/problems/re/parentheses/en.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/problems/re/parentheses/en.py b/python/problems/re/parentheses/en.py
new file mode 100644
index 0000000..035938e
--- /dev/null
+++ b/python/problems/re/parentheses/en.py
@@ -0,0 +1,13 @@
+id = 20906
+name = 'Parentheses'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}