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

196

16867 readers
1120 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
[–] dadarobot 14 points 3 months ago (2 children)
If number%2 == 0: return("Even")
Else: return("odd") 
[–] istdaslol@feddit.org 5 points 3 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.

[–] lol_idk@lemmy.ml -1 points 3 months ago* (last edited 3 months ago)