Career Tracks
Exams
MCQ
Companies
Opportunities
Pricing
MCQ Practice
Programming
Python — Output Questions
Question
Medium
What is the output of: print(bool(0), bool(''), bool([]))?
A
True True True
B
False False False
C
True False False
D
False True True
Show Answer
← Back to Python — Output Questions questions