394
Rule (lemmy.blahaj.zone)
submitted 1 month ago by Persona3Reload to c/196
you are viewing a single comment's thread
view the rest of the comments
[-] bob_lemon@feddit.org 53 points 1 month ago* (last edited 1 month 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 1 month 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
394 points (100.0% liked)

196

16724 readers
2182 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 2 years ago
MODERATORS