summaryrefslogtreecommitdiff
path: root/python/problems/introduction/ballistics/en.py
blob: 72e83aa6d7d92594436b34da9c581f59babae924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>''',
}