id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

isEvenlyDivisibleByFourtyTwo


If the input parameter is divisible by 42 return True, if not, return False (you must not used an if-statement for this problem)


isEvenlyDivisibleByFourtyTwo(23432) → False
isEvenlyDivisibleByFourtyTwo(36330) → True
isEvenlyDivisibleByFourtyTwo(7988) → False

...Save, Compile, Run (ctrl-enter)

def isEvenlyDivisibleByFourtyTwo(num):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Copyright Nick Parlante 2017 - privacy