Python - Basics and Execution Environment
What will be the output of this Python code?
if 5 > 2:
print('Yes')
else:
print('No')if 5 > 2:
print('Yes')
else:
print('No')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions