+ 1

what does the expression "to return" mean in programming?

16th Aug 2020, 12:16 PM
иван
иван - avatar
6 Respostas
+ 1
returns => " gives you "
16th Aug 2020, 12:30 PM
Jayakrishna 🇮🇳
+ 2
~ swim ~ Thanks for a detailed explanation!
16th Aug 2020, 12:36 PM
иван
иван - avatar
+ 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...
16th Aug 2020, 12:28 PM
иван
иван - avatar
+ 1
Jayakrishna🇮🇳 Thank you so much!
16th Aug 2020, 12:31 PM
иван
иван - avatar