From 236001ec7563804f87a40c924681461bc8b2d764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Mon, 5 Dec 2016 11:51:58 +0100 Subject: Added a new set of exercises (regular expressions). --- python/problems/re/parentheses/en.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/problems/re/parentheses/en.py (limited to 'python/problems/re/parentheses/en.py') 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 = '''\ +

(translation missing)

''' + +hint = { + 'plan': '''\ +

(translation missing)

''', + + 'no_input_call': '''\ +

(translation missing)

''', +} -- cgit v1.2.1