Python: Conditional Constructions (if)
Instructions
Loading...
Your exercise will be checked with these tests:
import index
def test1():
assert index.guess_number(100500) == "Try again!"
assert index.guess_number(42) == "You win!"
Teacher's solution will be available in:
20:00
