What will be the output of the following Python code snippet?
print(not(3>4))print(not(1&1))
निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?
A. True True
B. True False
C. False True
D. False False