Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In python, functions (like all other objects) are first class objects, meaning they can be :
  1. Assigned as a variable or in a data structure (for example list: [greeting('fr'), greeting('en'), greenting('de')]
  2. [...]
  3. ​​​​​​​Returned as the result of a function
Answer
Passed as an argument to a function

Question
In python, functions (like all other objects) are first class objects, meaning they can be :
  1. Assigned as a variable or in a data structure (for example list: [greeting('fr'), greeting('en'), greenting('de')]
  2. [...]
  3. ​​​​​​​Returned as the result of a function
Answer
?

Question
In python, functions (like all other objects) are first class objects, meaning they can be :
  1. Assigned as a variable or in a data structure (for example list: [greeting('fr'), greeting('en'), greenting('de')]
  2. [...]
  3. ​​​​​​​Returned as the result of a function
Answer
Passed as an argument to a function
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
ctions (like all other objects) are first class objects, meaning they can be : Assigned as a variable or in a data structure (for example list: [greeting('fr'), greeting('en'), greenting('de')] <span>Passed as an argument to a function ​​​​​​​Returned as the result of a function <span>

Original toplevel document (pdf)

owner: kkhosravi - (no access) - PYTHON_DATA_STRUCTURES_AND_ALGORITHMS.pdf, p35

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.