Multiple Choice
Whic of the following will assign a random integer in the range of 1 through 50 to the variable number?
A) random(1, 50) = number
B) number = random.randint(1, 50)
C) randint(1, 50) = number
D) number = random(range(1, 50) )
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Arguments are passed by _ to the
Q39: The 'P' in the acronym IPO refers
Q40: In a flowchart,a function call is depicted
Q41: A _ constant is a name that
Q42: One reason to store graphics functions in
Q44: Unfortunately,there is no way to store and
Q45: To assign a value to a global
Q46: Unlike other languages,in Python the number of
Q47: The first line in a function definition
Q48: One reason not to use global variables