Advertisement
Fhernd

estadisticas-basicas.py

Jan 15th, 2018
1,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. escritor = 'Dostoevsky'
  2.  
  3. print (len(escritor))
  4. print (min(escritor))
  5. print (max(escritor))
  6. print (escritor.count('o'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement