# your code goes heren = 5k = 7 print(n>3 or k>10)print(n>3 and k>10)print(not(n>3 and k>10))
Standard input is empty
True False True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!