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