Advertisement
jsbsan

usando bucle for para recorrer listas

Jun 10th, 2013
1,562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1.  print "Forma más comprimida y util, usando bucle for"
  2.     for elemento in lista:
  3.         elemento.ver()
  4.         elemento.calculista()
  5.     pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement