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

 

crehwinkel@frhsd.com > evenAndNotMultipleOf3
prev  |  next  |  chance

Write a python function called evenAndNotMultipleOf3 which has an input parameter, num, and returns true if num is even and not a multiple of 3 and false otherwise.


evenAndNotMultipleOf3(4) → True
evenAndNotMultipleOf3(7) → False
evenAndNotMultipleOf3(12) → False

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

def evenAndNotMultipleOf3(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: 100

Copyright Nick Parlante 2017 - privacy