darksantos

Ejercicio08

May 30th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def primera_letra ( w ):
  2.     return w[0]
  3.    
  4. palabra = raw_input ( 'Ingrese palabra: ')
  5. print primera_letra(palabra)
Advertisement
Add Comment
Please, Sign In to add comment