MCQ Practice
Single Best Answer
Topic: Python Built-in Functions MCQ
Q
What will be the output after the following statements?
x = [1, 2, 3]
if bool(x):
print('Yes')
else:
print('No')
Subchapter
Python Built-in Functions MCQ
Action
Choose one option below