Advertisement
Guest User

Var y Cond - Ej-11

a guest
Mar 31st, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. notas=(
  2. 'Cero',
  3. 'Uno',
  4. 'Dos',
  5. 'Tres',
  6. 'Cuatro',
  7. 'Cinco',
  8. 'Seis',
  9. 'Siete',
  10. 'Ocho',
  11. 'Nueve',
  12. 'Diez')
  13. print('|Notas numericas a alfabeticas|\n')
  14. print('\n'+notas[int(input('Ingrese nota de 0 a 10: '))])
  15. print('\nFin de la ejecucion\n')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement