fork download
  1. test = [1,3,5,7,9]
  2.  
  3. print(len(test))
  4.  
Success #stdin #stdout 0.02s 9256KB
stdin
Standard input is empty
stdout
5