Python: Ternary operator
Instructions
Loading...
Your exercise will be checked with these tests:
import index
def test1():
assert index.flip_flop("flip") == "flop"
assert index.flip_flop("flop") == "flip"
Teacher's solution will be available in:
20:00
