Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 1 dropdown complete the line of code in this program that us…

Question

question # 1
dropdown
complete the line of code in this program that uses the randint() function?
correctanswer = randint(1,20)

Explanation:

Step1: Identify the task

The task is to complete the code line using randint() function. The given correct form is correctAnswer = randint(1,20).

Answer:

correctAnswer = randint(1,20)