Program is working fine but its giving me error while submitting

a,b = map(float,input().split())

if a%5 == 0 and a+0.50 <= b:

print('%.2f'%(b-(a+0.50)))

else:

print('%.2f'%b)![Screenshot (68)|690x387](upload://kP0OP90Y3HZFycbqAOXX0Ns4SSw.png)

Pls format your code and apply correct screenshot its not visible right now

1 Like