summaryrefslogtreecommitdiff
path: root/python/problems/introduction/pythagorean_theorem/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-14 10:24:22 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-14 10:24:22 +0200
commitc80a5ba87d3dd8cc4a67a2d23c087448a702d7fe (patch)
tree425156fdd66a960237ce1fe3508bef11c1ff9485 /python/problems/introduction/pythagorean_theorem/en.py
parent40275283e213082992b69cfe48f84d3cd4d6f13a (diff)
Completed description of Fahrenheit.
Added new exercises Pythagorean theorem.
Diffstat (limited to 'python/problems/introduction/pythagorean_theorem/en.py')
-rw-r--r--python/problems/introduction/pythagorean_theorem/en.py16
1 files changed, 16 insertions, 0 deletions
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 = '''\
+<p>(translation missing)'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}