-- Incorrect logic in query 1 : def is_narc(n) # Did not put colon """Check if a number is narc.""" num_str == str(n) # Double equal to can't be used to assign a value num_digits == len(num_str) # ...
-- Incorrect logic in query 1 : def is_narc(n) # Did not put colon """Check if a number is narc.""" num_str == str(n) # Double equal to can't be used to assign a value num_digits == len(num_str) # ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results