wilmarisreyes1208 wilmarisreyes1208 30-11-2022 Engineering contestada Which of the following will assign a random integer in the range of 1 through 50 to the variable number? randint(1, 50) = number number = random (range (1, 50)) number = random.randint(1, 50) random (1, 50) = number