summaryrefslogtreecommitdiff
path: root/python/problems/introduction/ballistics/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-15 16:39:36 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-15 16:39:36 +0200
commit59739438b954e3977263cd7df7869ac5539ca188 (patch)
treea966e105a8e000764133895b3e55c75a256742cf /python/problems/introduction/ballistics/en.py
parentdf2e7033ff1a4336d7cc404a845e3c214ee7ddfd (diff)
Added a new Python problem: ballistics
Diffstat (limited to 'python/problems/introduction/ballistics/en.py')
-rw-r--r--python/problems/introduction/ballistics/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/introduction/ballistics/en.py b/python/problems/introduction/ballistics/en.py
new file mode 100644
index 0000000..72e83aa
--- /dev/null
+++ b/python/problems/introduction/ballistics/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>''',
+}