What list does range(4) produce?
What possible values can number have after the following lin…
What possible values can number have after the following line executes?number = random.randrange(1, 100)
What module contains the shuffle function?
What module contains the shuffle function?
_____ is when the source code violates the rules of Python c…
_____ is when the source code violates the rules of Python coding
____ is the integer division operator
____ is the integer division operator
What refers to the second item in a list named nums?
What refers to the second item in a list named nums?
The first line of the docstring includes a brief summary, en…
The first line of the docstring includes a brief summary, ending with a _____
_____ is used for persistent data storage
_____ is used for persistent data storage
Which function randomly shuffles the items in list?
Which function randomly shuffles the items in list?
The ____ object has methods to read CSV data
The ____ object has methods to read CSV data