see my code is :-
while True:
n=int(input())
if n<-1000 or n>=1000:
break
if n <1:
break
and its working fine in other ide but its not working here
please help me with the code
see my code is :-
while True:
n=int(input())
if n<-1000 or n>=1000:
break
if n <1:
break
and its working fine in other ide but its not working here
please help me with the code