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

 

multipleOf7Not2


Write a function called multipleOf7Not7 that returns a true if the value passed to the function is a multiple of 7 and NOT a multiple of 2. It should return false otherwise.


multipleOf7Not2(14) → False
multipleOf7Not2(21) → True
multipleOf7Not2(7) → True

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

def multipleOf7Not2(x):

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: 100

Copyright Nick Parlante 2017 - privacy