Write a program that reads an integer value from input and checks if it is less than 10 or greater than 250.
In the middle
Report a typo
Sample Input 1:
0Sample Output 1:
TrueWrite a program in Python 3
# don't modify this code
# a stores an input value
a = int(input().strip())
# put your code here
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.