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

 

multipleOf6


The parameter is a positive integer. The function return True if the parameter is a multiple of 6; otherwise, it returns False.


multipleOf6(18) → True
multipleOf6(19) → False
multipleOf6(636) → True

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

def multipleOf6( 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

Difficulty: 150

Copyright Nick Parlante 2017 - privacy