Solved

Which of the Following Will Assign a Random Number in the Range

Question 49

Multiple Choice

Which of the following will assign a random number 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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions