Python: Logic type
Instructions
Loading...
Your exercise will be checked with these tests:
import index
def test1():
assert not index.is_pensioner(23)
assert index.is_pensioner(70)
assert index.is_pensioner(60)
assert not index.is_pensioner(59)
Teacher's solution will be available in:
20:00
