Dashboard Temp Share Shortlinks Frames API

HTMLify

h4ck622oas.txt
Views: 271 | Author: guest
1
2
3
4
5
6
n = int(input("Enter n: "))

for _ in range(n):
    l = "".join([str(s+1) for s in range(_)])
    r = str(n)*(n-len(l))
    print(l+r)