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