Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Return numbers between
Python Code Challenge
125 -
Create a function that takes in a list of numbers and a tuple that contains two numbers, and returns a new list that contains only the numbers in the list that are between the two numbers in the tuple.
Python
Sets
Functions