fork download
  1. world = [['test']]
  2.  
  3. print(world)
Success #stdin #stdout 0.01s 7188KB
stdin
Standard input is empty
stdout
[['test']]