Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. ch=""
  2. n=int(input())
  3. for i in range(1,n):
  4. ch=ch+"y"
  5. ch=ch+"Y"
  6. print(ch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement