Odpowiedź :
Odpowiedź:
print("podaj kwote")
kwota = input()
print("podaj PIN")
podanyPIN = input()
prawidlowyPIN = str(1234)
if podanyPIN == prawidlowyPIN :
print("wyplacam",kwota,"zł")
else :
print("Nieprawidłowy numer PIN")
![Zobacz obrazek Eew91640](https://pl-static.z-dn.net/files/dff/120f06728e0c8f96351d35d9b8dc3132.png)
Odpowiedź:
print("podaj kwote")
kwota = input()
print("podaj PIN")
podanyPIN = input()
prawidlowyPIN = str(1234)
if podanyPIN == prawidlowyPIN :
print("wyplacam",kwota,"zł")
else :
print("Nieprawidłowy numer PIN")