Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Startup Comedy Gold LEL

Name: Anonymous 2012-09-16 1:20

Name: Anonymous 2013-08-21 6:53

What the fuck is wrong with Python?


>>> not 1 and 0
False
>>> not 1 and 1
False
>>> not 0 and 1
1
>>> not 0 and 0
0
>>> not 'xx' and 'yy'
False
>>> not 'xx' and ''
False
>>> not '' and 'yy'
'yy'
>>> not '' and ''
''

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List