I know that this code is nonsense, but why does this print 'Why?'
a = 1
if a >2:
try:
5/0
except:
raise
else:
print 'why?'-- http://mail.python.org/mailman/listinfo/python-list
I know that this code is nonsense, but why does this print 'Why?'
a = 1
if a >2:
try:
5/0
except:
raise
else:
print 'why?'-- http://mail.python.org/mailman/listinfo/python-list