From 0bfa95be7046b101a00f83f082260b5d0e007159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Tue, 25 Oct 2016 11:44:09 +0200 Subject: Added new exercises with recursion. Added description for functions. --- python/problems/recursion/distance/en.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/problems/recursion/distance/en.py (limited to 'python/problems/recursion/distance/en.py') diff --git a/python/problems/recursion/distance/en.py b/python/problems/recursion/distance/en.py new file mode 100644 index 0000000..316859b --- /dev/null +++ b/python/problems/recursion/distance/en.py @@ -0,0 +1,13 @@ +id = 20811 +name = 'Distance' + +description = '''\ +

(translation missing)

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

(translation missing)

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

(translation missing)

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