Which of the following lists Python units of abstraction from smallest to largest?
A. classes, methods, functions, modules
B. functions, methods, classes, modules
C. modules, functions, methods, classes
D. modules, classes, methods, function
Answer: B
You might also like to view...
MC The notation______indicates the fourth element of a sequence.
a) a(4). b) a[4]. c) a[3]. d) None of the above.
The variables (elements) in a two-dimensional array can be used just like any other variables.
Answer the following statement true (T) or false (F)
With arbitrary code execution, the ________________ launches ("spawns") a command shell from which instructions can then be issued to the computer.
Fill in the blank(s) with the appropriate word(s).
After you create a table, you can add more information or delete existing information.
Answer the following statement true (T) or false (F)