Python Vérifiez si le numéro est dans la plage
if 10000 <= number <= 30000:
pass
Nutty Narwhal
if 10000 <= number <= 30000:
pass
for value in range (start, step, stop):
pass
# note that the stop will not include