Posts by Pedro Viero • 35 points
2 posts
-
2
votes1
answer89
viewsQ: Print even numbers in a list
I’m trying to get the code to print only as many even numbers as it finds and not list all the numbers it found. What I’m trying to make it appear on the screen: 5 números pares What is appearing on…
-
1
votes1
answer39
viewsQ: Python 3x - Error: "Object" is no defined in list
I am learning to program in python and I have this following problem in an exercise. When running the code happens this following error: vogal = (a,e,i,o,u) NameError: name 'a' is not defined. I…