fork download
  1. # your code goes here
  2. a = ['1','2','3']
  3. print("_".join(a))
Success #stdin #stdout 0.02s 9108KB
stdin
Standard input is empty
stdout
1_2_3