What is the result of the following Python line?
A) True
B) False
C) []
D) None
#Python #Beginner #CodingQuiz #BooleanLogic #LearnPython
print(bool([]))
A) True
B) False
C) []
D) None
#Python #Beginner #CodingQuiz #BooleanLogic #LearnPython