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)
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)
Pls format your code and apply correct screenshot its not visible right now