Advertisement
Guest User

new

a guest
Jun 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. listanum = [ ]
  2. for c in range(0, 5):
  3.         listanum.append(int(input(f 'Digite valores para a POSIÇÃO {C}: ')))
  4.        
  5. print(' =-' *30)
  6. print(f 'Você digitou valores {listanum} ')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement