fork download
  1. try:
  2. print(i)
  3. except IndexError and ValueError and NameError:
  4. print 'duh'
  5.  
Success #stdin #stdout 0.09s 10840KB
stdin
Standard input is empty
stdout
duh