Report Bug
Qus :

What is the output of the following code?

print(True and False)

Qus

निम्नलिखित कोड का आउटपुट क्या है?

print(True and False)


A. True
B. False
C. Error
D. None


Solution
B. False






Report Bug