fork download
  1. # your code goes here
  2. for j in range(1,4):
  3. print(j,end='yeah')
Success #stdin #stdout 0.09s 14076KB
stdin
Standard input is empty
stdout
1yeah2yeah3yeah