Advertisement
DaniDori

Untitled

Apr 20th, 2023
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. a=[]
  2. for i in range(5):
  3. a.append(int(input()))
  4. for i in range(5):
  5. print("a[", i, "]=", a[i])
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement