EasyOutput prediction

Ternary expression result

What does this code print?

score = 55
label = "pass" if score >= 60 else "fail"
print(label)

← → arrow keys to navigate

Sign in to save your progress.

Ternary expression result - Python Control Flow Quiz | Unnested