Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nombres = ['Raskolnikov', 'Michkin', 'Fomma']
- for idx, val in enumerate(nombres):
- print('Índice: {} - Valor: {}'.format(idx, val))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement