← back to unit
Medium
# functions
Is It a Magic Number?
In this game, a number is considered "magic" if it divides evenly by 7, or if it ends in the digit 3. ✨🔢
Finish is_magic_number(n) so it returns True or False.
💡 need a hint?
func-is-it-magic.py🔒 given lines are locked — write your code in between
loading...