Python verifique se o int está entre dois valores
if 10000 <= number <= 30000:
pass
Nutty Narwhal
if 10000 <= number <= 30000:
pass