print(bin(0b111 | 0b100))print(bin(0b111 & 0b100))
Standard input is empty
0b111 0b100
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!