diff options
Diffstat (limited to 'python/problems/introduction/pythagorean_theorem')
-rw-r--r-- | python/problems/introduction/pythagorean_theorem/sl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/problems/introduction/pythagorean_theorem/sl.py b/python/problems/introduction/pythagorean_theorem/sl.py index 7f26e00..f396970 100644 --- a/python/problems/introduction/pythagorean_theorem/sl.py +++ b/python/problems/introduction/pythagorean_theorem/sl.py @@ -44,8 +44,7 @@ Da bi lahko dostopali do teh funkcij, moramo ta modul najprej uvoziti:</p> from math import * </pre> <p>Poleg funkcije <code>sqrt</code> matematični modul vsebuje še vrsto -uporabnih matematičnih funkcij, kot so: log, exp, trigonometrične funkcije, itd. -Opis modula najdete v Pythonovi dokumentaciji.</p> +uporabnih matematičnih funkcij, kot so: log, exp, trigonometrične funkcije, itd.</p> '''] printing = ['''\ |