summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fast_fingers/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/introduction/fast_fingers/en.py')
-rw-r--r--python/problems/introduction/fast_fingers/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/introduction/fast_fingers/en.py b/python/problems/introduction/fast_fingers/en.py
new file mode 100644
index 0000000..72e83aa
--- /dev/null
+++ b/python/problems/introduction/fast_fingers/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>''',
+}