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")

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")