this post was submitted on 31 Oct 2024
381 points (98.5% liked)

196

16774 readers
3960 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 2 months ago (2 children)
If number%2 == 0: return("Even")
Else: return("odd") 
[–] [email protected] 5 points 2 months ago

Not all ARM CPUs support mod operations. It’s better to use bit operations. Check if the last bit is set. If set it’s odd else it’s even.

[–] [email protected] -1 points 2 months ago* (last edited 1 month ago)