Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a=[]
- for i in range(5):
- a.append(int(input()))
- for i in range(5):
- print("a[", i, "]=", a[i])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement