Name: Super Hell !JM1IoNO1/U 2018-06-29 14:26
Complain about it, try to understand the reasons for it, and think up methods of combating it.
$ python
Python 3.6.5 (default, Jun 20 2018, 23:49:18)
[GCC 4.2.1 Compatible Android (4691093 based on r316199) Clang 6.0.2 (https://a on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> def f(n):
... return ((n%100)/11)%1==0
... >>> f(22)
True
>>> f(23) False
>>> f(133) True
>>> f(134) False
>>> f(132)
False >>> f(35455)
True