fork download
  1. # your print('1'*1)
  2. print('2'*2)
  3. print('3'*3)
  4. print('4'*4)
  5. print('5'*5)
  6.  
Success #stdin #stdout 0.1s 14140KB
stdin
Standard input is empty
stdout
22
333
4444
55555