From c80a5ba87d3dd8cc4a67a2d23c087448a702d7fe Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 14 Sep 2015 10:24:22 +0200 Subject: Completed description of Fahrenheit. Added new exercises Pythagorean theorem. --- python/problems/introduction/pythagorean_theorem/en.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/problems/introduction/pythagorean_theorem/en.py (limited to 'python/problems/introduction/pythagorean_theorem/en.py') diff --git a/python/problems/introduction/pythagorean_theorem/en.py b/python/problems/introduction/pythagorean_theorem/en.py new file mode 100644 index 0000000..72e83aa --- /dev/null +++ b/python/problems/introduction/pythagorean_theorem/en.py @@ -0,0 +1,16 @@ +# coding=utf-8 + +id = 1000 +name = 'Pythagorean theorem' +slug = 'Pythagorean theorem' + +description = '''\ +

(translation missing)''' + +hint = { + 'plan': '''\ +

(translation missing)

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

(translation missing)

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