Given an integer as an input, print True if its value falls within the interval (−15,12]∪(14,17)∪[19,+∞). Otherwise, print False (case sensitive).
Notes:
- numbers denoted with a parenthesis
()are exclusive; - numbers denoted with a square bracket
[]are inclusive.