_____ is an application that uses a graphical user interface to interact with the user
What statement jumps to the top of the loop?
What statement jumps to the top of the loop?
_____ objects contain data that cannot be changed
_____ objects contain data that cannot be changed
____ writes a string to a text file
____ writes a string to a text file
What produces a collection of integers?
What produces a collection of integers?
To call a function, code the name of the function followed b…
To call a function, code the name of the function followed by _____
What is the relational operator for equal to?
What is the relational operator for equal to?
Which is a list with 1, 2, and 3?
Which is a list with 1, 2, and 3?
What module contains the shuffle function?
What module contains the shuffle function?
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)