Posts by Guilherme Falcão • 1 point
1 post
-
0
votes2
answers114
viewsQ: A function stores specific elements of a list in another list
I want to make a function that takes a list of ordered numbers and two numbers (one bottom and one top) and returns a new list with the elements of the first list between the two numbers. Example:…