From 8bb41864af5f46fd70dbc0cedcdbb2396a798ca2 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 19 Oct 2015 14:54:13 +0200 Subject: Improve formatting for ballistics final hint --- python/problems/introduction/ballistics/sl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/problems/introduction/ballistics/sl.py b/python/problems/introduction/ballistics/sl.py index 7c83b1d..b130a19 100644 --- a/python/problems/introduction/ballistics/sl.py +++ b/python/problems/introduction/ballistics/sl.py @@ -94,8 +94,8 @@ v = float(input(" ... '''], 'final_hint' : [ '''\ -

Odlično, program deluje pravilno!
-Če želiš izvedeti še kaj več o topologiji ...

'''] +

Odlično, program deluje pravilno!
+Če želiš izvedeti še kaj več o topologiji...

+'''] } -- cgit v1.2.1 From a1c8d26d58f24fa243864b2d386b21ec727b2c40 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 26 Oct 2015 17:10:32 +0100 Subject: Fix a typo --- python/problems/introduction/fahrenheit_to_celsius/sl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/problems/introduction/fahrenheit_to_celsius/sl.py b/python/problems/introduction/fahrenheit_to_celsius/sl.py index 9d6650c..e9d84f3 100644 --- a/python/problems/introduction/fahrenheit_to_celsius/sl.py +++ b/python/problems/introduction/fahrenheit_to_celsius/sl.py @@ -24,7 +24,7 @@ ime = input("Kako ti je ime?") shrani uporabnikov odgovor v spremenljivko ime.

'''] expressions_python = ['''\ -

Pythonu vse izraze izračuna.

''', +

Python vse izraze izračuna.

''', '''\

Če napišemo

-- 
cgit v1.2.1