x=Truey=Falseprint(x and y)print(x or y)print(not x) print(10>5 and 10<20)
Standard input is empty
False True False True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!