From 59739438b954e3977263cd7df7869ac5539ca188 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 15 Sep 2015 16:39:36 +0200 Subject: Added a new Python problem: ballistics --- python/problems/introduction/ballistics/en.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/problems/introduction/ballistics/en.py (limited to 'python/problems/introduction/ballistics/en.py') 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 = '''\ +

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

(translation missing)

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

(translation missing)

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