Posts by Milton Vincius • 33 points
2 posts
-
0
votes1
answer119
viewsQ: Python counting by function, BASIC
Create a program in Python that, for any list of integer values, gets (through functions) and prints on the screen, the amount of positive, null and negative values of the list. My doubt is to do…
pythonasked Milton Vincius 33 -
2
votes3
answers4032
viewsQ: Python, even and odd number counting
Create a program in Python that, for any list of integer values, gets (through functions) and prints on the screen. The number of even and odd values in the list. I’m doing a program like this, but…