Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. nota_1 = float(input("Digite a primeira nota de " + str(aluno_1) + ": "))
  2. mat_aluno_nota [1][0] = nota_1
  3. while nota_1 not in (0,1,2,3,4,5,6,7,8,9,10):
  4. print("Digite um número entre 0 a 10")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement