about | help | code help+videos | done | prefs |
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) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy