fork download
  1. lista = [1, 2, 3, 4, 5]
  2. a, b, c, d, e = lista
  3. print(c)
  4.  
  5. #https://pt.stackoverflow.com/q/346410/101
Success #stdin #stdout 0s 27712KB
stdin
Standard input is empty
stdout
3