Runtime Error(NZEC) in python 3

THIS IS MY FIRST CODE AND AGIN AND AGIN I AM GETTING THIS ERROR EVEN THOUGH OUTPUT IS CORRECT
x=int(input())
y=float(input())
charges=0.50
if x%5==0:
amount=y-(x+charges)
print(’%.2f’%amount)
else:
print(’%.2f’%y)

can you post the question