Python - Operators and Expression Evaluation
What will be the output of this code?
score = 85 passed = score >= 60 print(passed)
score = 85 passed = score >= 60 print(passed)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions