+ 1
what does the expression "to return" mean in programming?
6 Respostas
+ 1
returns => " gives you "
+ 2
~ swim ~ Thanks for a detailed explanation!
+ 1
~ swim ~ in one of the "list functions" lessons
Here is its text:
There are some other useful functions and methods for working with lists.
max (list): Returns the list item with the highest value
min (list): Returns the element of the list with the smallest value
list.count (obj): Returns the number of times an item has been mentioned in the list
list.remove (obj): removes an object from the list
list.reverse (): locate...
+ 1
Jayakrishna🇮🇳 Thank you so much!