Posts by Larii • 65 points
1 post
-
3
votes3
answers171
viewsQ: Does the function not return the minimum value?
Make a Python function call min_max(t), which receives a list of numbers, and returns another list containing respectively the lowest and highest value of the original list. Follow the code so far:…