I\'m experiencing ValueError every other time I run the code.
case = int(input()) for c in range(case) : print(c)
When I run this code ev