Question
    Write a function that checks whether a number is between 1 and 500?
    
        
    
    
    
    
 
    Login to Submit
    
    
    
Examples
input: 5 output: true input:1 output: true