Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. x = int(input())
  2. n = int(input())
  3. q = []
  4. a = list(input())
  5. for i in range (1, n+1):
  6. q =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement