From 7dd2b4dc917fe26267c1db1f5f58585a5417cb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Mo=C5=BEina?= Date: Sun, 18 Oct 2015 19:21:12 +0200 Subject: Added some plans to some problems. --- python/problems/introduction/fahrenheit_to_celsius/sl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/problems/introduction/fahrenheit_to_celsius/sl.py') diff --git a/python/problems/introduction/fahrenheit_to_celsius/sl.py b/python/problems/introduction/fahrenheit_to_celsius/sl.py index f5ce4a4..9d6650c 100644 --- a/python/problems/introduction/fahrenheit_to_celsius/sl.py +++ b/python/problems/introduction/fahrenheit_to_celsius/sl.py @@ -51,7 +51,7 @@ print("Ime mi je", ime, ".") plan = ['''\

Program izvedemo v treh korakih:

    -
  1. Vprašanje za temperaturo v Fahrenheitih (F = ?).
  2. +
  3. Vprašaj uporabnika po temperaturi v Fahrenheitih (F = ?).
  4. Izračun temperature v Celzijih: C = 5/9 (F – 32)
  5. Izpis temperature v Celzijih (izpiši C).
''', -- cgit v1.2.1