QUESTION 9 A function: is a static group of code that performs a task but can't return anything. stores a value in a nam
Posted: Sun May 15, 2022 8:08 am
QUESTION 9 A function: is a static group of code that performs a task but can't return anything. stores a value in a named memory location. is a reusable block of code that performs a task and may return an object. must return an object. QUESTION 10 When declaring a dictionary, you enclose the dictionaries elements in what two characters? [ ] Oo