Python: Predicates
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
import index
def test1():
assert not index.is_mister("8234782")
assert not index.is_mister("Joker")
assert index.is_mister("Mister")
Teacher's solution will be available in:
20:00
