```
for i in range(5): #dwukropek zapomniałeś
a= int(input("Podaj liczbę:"))#tabulatory również
if i == 0:
maks= a
else:
if a > maks:
maks = a
print("maksimum wynosi:",maks)
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
```
for i in range(5): #dwukropek zapomniałeś
a= int(input("Podaj liczbę:"))#tabulatory również
if i == 0:
maks= a
else:
if a > maks:
maks = a
print("maksimum wynosi:",maks)
```