Guest User

Untitled

a guest
Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import random
  2. n1 = str(input ('Primeiro aluno:'))
  3. n2 = str(input ('Segundo aluno:'))
  4. n3 = str(input ('Terceiro aluno:'))
  5. n4 = str(input ('Quarto aluno:'))
  6. lista = [n1,n2,n3,n4]
  7. escolhido = random.choice(Lista)
  8. print('O aluno escolhido foi: {}'.format(escolhido))
Add Comment
Please, Sign In to add comment