codepad
[
create a new paste
]
login
|
about
Project:
uthcode
Link:
http://uthcode.codepad.org/DLc4pEPQ
[
raw code
|
output
|
fork
]
Python
,
pasted on Jan 11:
1
2
3
4
5
a
=
False
b
=
False
print
a
|
b
print
a
print
b
Output:
1
2
3
False False False
Create a new paste based on this one
Comments: