fork download
  1. haulers = [
  2. ['sibirskya yazva',23,230]
  3. ['virtalet',12,60]
  4. ['chuma',190,300]
  5. ['shamol - ubica',23,231]
  6. ]
  7. for name,perday,alI in range (4):
  8. print ('prichina',hauler[0],',жертв в день',hauler[1],'всего жертв',hauler[2])
  9.  
  10.  
Runtime error #stdin #stdout #stderr 0.02s 27664KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
TypeError: list indices must be integers or slices, not tuple