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