File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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:
779
779
hlasitost = 57
780
780
if hlasitost < 20 :
781
781
print (" Je to pomerne tiche." )
782
- elif 20 <= volume < 40 :
782
+ elif 20 <= hlasitost < 40 :
783
783
print (" Je to fajn ako hudba na pozadi" )
784
- elif 40 <= volume < 60 :
784
+ elif 40 <= hlasitost < 60 :
785
785
print (" Super, pocujem vsetky detaily" )
786
- elif 60 <= volume < 80 :
786
+ elif 60 <= hlasitost < 80 :
787
787
print (" Fajn na party" )
788
- elif 80 <= volume < 100 :
788
+ elif 80 <= hlasitost < 100 :
789
789
print (" Trochu hlasne!" )
790
790
else :
791
791
print (" Bolia ma usi! :(" )
@@ -1053,4 +1053,4 @@ Oficiálnu verziu tutoriálu najdeš na https://docs.python.org/3/tutorial/. Pre
1053
1053
1054
1054
Teraz 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. :)
1055
1055
1056
- ![ Koláčik] ( images/cupcake.png )
1056
+ ![ Koláčik] ( images/cupcake.png )
You can’t perform that action at this time.
0 commit comments