From 8a78f388e7bde9cabe140092a832855d3940be7d Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 1 Sep 2015 17:28:39 +0200 Subject: Oops, use : instead of = in dicts --- python/problems/introduction/fahrenheit_to_celsius/sl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/problems/introduction') diff --git a/python/problems/introduction/fahrenheit_to_celsius/sl.py b/python/problems/introduction/fahrenheit_to_celsius/sl.py index f13037c..e1f5ce3 100644 --- a/python/problems/introduction/fahrenheit_to_celsius/sl.py +++ b/python/problems/introduction/fahrenheit_to_celsius/sl.py @@ -10,7 +10,7 @@ stopinjah, program pa jo izpiše v Celzijevih. Med temperaturama pretvarjamo po formuli C = 5/9 (F – 32).

''' hint = { - 'plan' = '''\ + 'plan': '''\

Za začetek lahko razdelimo program na 3 dele:

  1. Vprašanje za temperaturo v Fahrenheitih (F = ?).
  2. @@ -18,7 +18,7 @@ hint = {
  3. Izpis temperature v Celzijih (izpiši C).
''', - 'no_input_call' = '''\ + 'no_input_call': '''\

Uporabnika lahko nekaj vprašamo s funkcijo input. Funkcija input sprejme kot argument niz (angl. string), ki se prikaže uporabniku kot vprašanje in vrne niz, ki ga je uporabnik napisal. Nize -- cgit v1.2.1