Guest User

Untitled

a guest
Oct 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. n= int(input())
  2. x = int(input())
  3. for i in range (1,x+1):
  4. print()
  5. a = 0
  6. while(a<=x):
  7. for j in range((i*n),(i*n)+a):
  8. print(j,end="")
Add Comment
Please, Sign In to add comment