x = 5y = 13 print(bin(x), bin(y)) x |= y; print(x)
Standard input is empty
0b101 0b1101 13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!