fork download
  1. a = [1, 2, 3]
  2. print(len(a))
Success #stdin #stdout 0.01s 28384KB
stdin
239
8
stdout
3