Sir, My code is giving an error when executed in the compiler given in the course but it’s working fine in IDLE.
so if i give an input
75
5
10
it gives an error saying end of line at z=int(input())
but it works for the other inputs
please refer to the first question in Python Practice Problems for the question