From 969812724912512740dbf037940a9e6770df19ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Thu, 6 Oct 2016 12:55:26 +0200 Subject: Added recursion exercises. --- python/problems/recursion/path_to/en.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/problems/recursion/path_to/en.py (limited to 'python/problems/recursion/path_to/en.py') diff --git a/python/problems/recursion/path_to/en.py b/python/problems/recursion/path_to/en.py new file mode 100644 index 0000000..703d818 --- /dev/null +++ b/python/problems/recursion/path_to/en.py @@ -0,0 +1,13 @@ +id = 20805 +name = 'Family tree: path to' + +description = '''\ +

(translation missing)

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

(translation missing)

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

(translation missing)

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