fork download
  1. for x in range(1,6):
  2. print(str(x)*x)
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
1
22
333
4444
55555