fork download
  1. for i in range(11):
  2. print(i, end = ",")
  3. print(11)
  4.  
  5. #https://pt.stackoverflow.com/q/206532/101
Success #stdin #stdout 0.04s 9280KB
stdin
Standard input is empty
stdout
0,1,2,3,4,5,6,7,8,9,10,11