Advertisement
DaniDori

Untitled

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