summaryrefslogtreecommitdiff
path: root/python/problems/introduction/pythagorean_theorem/en.py
blob: d6c9c61f91fef9ac401b7d57375adc6a2146fd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
name = 'Pythagorean theorem'
slug = 'Pythagorean theorem'

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

hint = {

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