fork download
  1. # your code goes here
  2.  
  3. for i in range(1,5):
  4. for j in range(i):
  5. print(i,end='')
  6.  
Success #stdin #stdout 0.14s 13884KB
stdin
Standard input is empty
stdout
1223334444