diff options
Diffstat (limited to 'python/problems/introduction/pythagorean_theorem')
-rw-r--r-- | python/problems/introduction/pythagorean_theorem/en.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/problems/introduction/pythagorean_theorem/en.py b/python/problems/introduction/pythagorean_theorem/en.py index 72e83aa..b3c6117 100644 --- a/python/problems/introduction/pythagorean_theorem/en.py +++ b/python/problems/introduction/pythagorean_theorem/en.py @@ -8,8 +8,6 @@ description = '''\ <p>(translation missing)''' hint = { - 'plan': '''\ -<p>(translation missing)</p>''', 'no_input_call': '''\ <p>(translation missing)</p>''', |