summaryrefslogtreecommitdiff
path: root/python/problems/introduction/pythagorean_theorem/en.py
blob: b3c61178693df4a27eda4dbeed24738164ec3b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# coding=utf-8

id = 1000
name = 'Pythagorean theorem'
slug = 'Pythagorean theorem'

description = '''\
<p>(translation missing)'''

hint = {

    'no_input_call': '''\
<p>(translation missing)</p>''',
}