Created
April 29, 2015 18:20
-
-
Save psicobyte/f22005a5dc05e0585f17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Huerto = ["zanahoria", "col", "lechuga", "col"] | |
for Planta in Huerto: | |
if Planta != "col" | |
print Planta | |
else | |
print "Odio las coles" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pablo me lo envió Albora y petaba, no pare de darle vueltas y al final quedó talqueasí:
Huerto = ["zanahoria", "col", "lechuga", "col"]
for Planta in Huerto:
if Planta != "col":
print Planta
Pero identado, que aquí no me lo pilla.