fork download
  1. # your code goes here
  2. t=[2,5,9,54]
  3. len(t)
  4. print(len(t))
Success #stdin #stdout 0.03s 9644KB
stdin
Standard input is empty
stdout
4