What will be the output of the following Python code snippet?
not(10<20) and not(10>30)
निम्नलिखित पायथन कोड स्निपेट का आउटपुट क्या होगा?
>>not(10<20) and not(10>30)