Posts by Renato Ribeiro • 41 points
1 post
-
4
votes3
answers176
viewsQ: Doubt exercise with lists
Follow the problem: Create a Python function that takes a list and returns how many numbers are positive. If a list element is not an integer or real number (float), the function must stop and…