What will be the output of the following Python code snippet?
bool(‘False’)
bool()
bool(‘False’)
bool()A. True
True
B. False
True
C. False
False
D. True
False
Answer: Option D
Related Questions on Bitwise and Boolean
bool(‘False’)
bool()A. True
True
B. False
True
C. False
False
D. True
False
Answer: Option D
Join The Discussion