fork download
  1. print('\n'.join(str(x)*x for x in range(1,6)))
Success #stdin #stdout 0.01s 27616KB
stdin
Standard input is empty
stdout
1
22
333
4444
55555