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

def is_even(i: int) -> bool:
    return re.match(r"-?\d*[02468]$", str(i)) is not None
[-] lime@feddit.nu 5 points 6 days 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
385 points (98.5% liked)

196

16439 readers
1582 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS