388
Rule (lemmy.blahaj.zone)
you are viewing a single comment's thread
view the rest of the comments
[-] bob_lemon@feddit.org 54 points 3 months ago* (last edited 3 months ago)
import re

def is_even(i: int) -> bool:
    return re.match(r"-?\d*[02468]$", str(i)) is not None
[-] lime@feddit.nu 6 points 3 months ago

i was gonna suggest the classic

re.match(r"^(..)\1*$", "0" * abs(i)) is not None
this post was submitted on 31 Oct 2024
388 points (98.3% liked)

196

17002 readers
2153 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

If you have any questions, feel free to contact us on our matrix channel.

founded 2 years ago
MODERATORS