Report Bug
Qus : What is the output of the following code? print(not False)
Qusनिम्नलिखित कोड का परिणाम क्या है? print(not False)

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


Solution
A. True






Report Bug