QUESTION IMAGE
Question
question # 1
dropdown
complete the line of code in this program that uses the randint() function?
correctanswer = randint(1,20)
Step1: Identify the task
The task is to complete the code line using randint() function. The given correct form is correctAnswer = randint(1,20).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
correctAnswer = randint(1,20)