diff options
Diffstat (limited to 'python/problems/introduction')
-rw-r--r-- | python/problems/introduction/fahrenheit_to_celsius/sl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>ime</code>.</p>'''] expressions_python = ['''\ -<p>Pythonu vse izraze izračuna.</p>''', +<p>Python vse izraze izračuna.</p>''', '''\ <p>Če napišemo</p> <pre> |