NOMINALY = (5, 2, 1, 0.50, 0.20, 0.10, 0.05, 0.02, 0.01)
N = len(NOMINALY)
print(NOMINALY[i])
reszta = float(input("Podaj kwotę reszty: "))
reszta = reszta - NOMINALY[i]
while reszta > 0 and i < N:
else:
i += 1
def WydajReszte(reszta):
def WydajReszte(reszta):