Advertisement
atanasovetr

Untitled

Mar 25th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. inputs = int(input())
  2. lisT = []
  3.  
  4. for i in range (inputs):
  5. lisT.append(0)
  6.  
  7. neshta = (input())
  8. mesta = []
  9. mesta.append((neshta.split(" ")))
  10. lisT.insert(int(mesta[0]), int(mesta[1]))
  11. print(lisT)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement