fork download
  1. # your code goes here
  2.  
  3. print(*[1,2,3,4,5], sep=',', end='\b\b ')
Success #stdin #stdout 0.02s 9240KB
stdin
Standard input is empty
stdout
1,2,3,4,5