add new task

This commit is contained in:
Yesen 2023-10-06 22:35:53 +03:00
parent 6c7b578bbc
commit b2cdae5b38

View File

@ -1,4 +1,3 @@
# задача с интервалами
x = int(input())
print ((-15 < x <= 12) or (14 < x < 17) or (19 <= x))