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

name = 'Pythagorean theorem'
slug = 'Pythagorean theorem'

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

hint = {

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