Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. nota1 = input ("Digite a nota 1: ")
  2. nota12 = input ("Digite a nota 1: ")
  3.  
  4. nota2 = input ("Digite a nota 2: ")
  5. nota22 = input ("Digite a nota 2: ")
  6. media1 = (float(nota1 + nota12)/2)
  7. media2 = (float(nota2 + nota22)/2)
  8.  
  9. print(media1)
  10. print(media2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement