Comment on I wish

Enkers@sh.itjust.works ⁨8⁩ ⁨months⁩ ago

def is_even (num):
     return num in [x*2 for x in range(sys.maxsize << 1)]

source
Sort:hotnewtop