File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -779,13 +779,13 @@ Za prvý `if` môžeš dať `elifov` toľko, koľko len chceš. Napríklad:
779779hlasitost = 57
780780if hlasitost < 20 :
781781 print (" Je to pomerne tiche." )
782- elif 20 <= volume < 40 :
782+ elif 20 <= hlasitost < 40 :
783783 print (" Je to fajn ako hudba na pozadi" )
784- elif 40 <= volume < 60 :
784+ elif 40 <= hlasitost < 60 :
785785 print (" Super, pocujem vsetky detaily" )
786- elif 60 <= volume < 80 :
786+ elif 60 <= hlasitost < 80 :
787787 print (" Fajn na party" )
788- elif 80 <= volume < 100 :
788+ elif 80 <= hlasitost < 100 :
789789 print (" Trochu hlasne!" )
790790else :
791791 print (" Bolia ma usi! :(" )
@@ -1053,4 +1053,4 @@ Oficiálnu verziu tutoriálu najdeš na https://docs.python.org/3/tutorial/. Pre
10531053
10541054Teraz na chvíľu si daj pauzu - natiahni sa trochu, poprechádzaj sa, nech si tvoje oči oddýchnu - a potom prejdeme na ďalšiu kapitolu. :)
10551055
1056- ![ Koláčik] ( images/cupcake.png )
1056+ ![ Koláčik] ( images/cupcake.png )
You can’t perform that action at this time.
0 commit comments