Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
All Positive
Python Code Challenge
115 -
Create a function that takes in a list of numbers and returns True if all elements are positive and False otherwise
Python
Lists
Functions