From bd276e2c66a8f902c30118aa12e0e8bdd146192e Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 5 Nov 2015 15:03:26 +0100 Subject: Minor tweak to fahrenheit_to_celsius final hint --- python/problems/introduction/fahrenheit_to_celsius/sl.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/problems/introduction/fahrenheit_to_celsius/sl.py b/python/problems/introduction/fahrenheit_to_celsius/sl.py index 4b53978..948bf5a 100644 --- a/python/problems/introduction/fahrenheit_to_celsius/sl.py +++ b/python/problems/introduction/fahrenheit_to_celsius/sl.py @@ -124,7 +124,12 @@ C = 5/9 * (F – 32). 'final_hint' : [ '''\ -

Odlično, program deluje!
-Pri tej nalogi si se naučil a) uporabljati funkcijo input, -b) kako spremeniti niz v število, c) računanja v Pythonu in d) izpisati rezultat!

'''] +

Odlično, program deluje!
+Pri tej nalogi si se naučil:

+'''] } -- cgit v1.2.1