summaryrefslogtreecommitdiff
path: root/python/problems/introduction/pythagorean_theorem/sl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/introduction/pythagorean_theorem/sl.py')
-rw-r--r--python/problems/introduction/pythagorean_theorem/sl.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/python/problems/introduction/pythagorean_theorem/sl.py b/python/problems/introduction/pythagorean_theorem/sl.py
index b3424cb..21aec9a 100644
--- a/python/problems/introduction/pythagorean_theorem/sl.py
+++ b/python/problems/introduction/pythagorean_theorem/sl.py
@@ -89,6 +89,13 @@ ki jo moramo najprej pretvoriti v tip <code>float</code>, če želimo z njo rač
<pre>
v = float(input(" ...
</pre>
-''']
+'''],
+
+ 'final_hint' : [
+ '''\
+<p>Program deluje pravilno! <br>
+To pomeni, da znaš uporabljati matematične funkcije, ki so v modulu
+<a href="https://docs.python.org/3.5/library/math.html"><code>math</code></a>.
+Tekom tega sklopa si bomo pogledali še modula za delo z nakjučnimi števili in za delo s časom. </p>''']
}