Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what is the missing line of code? >>> >>> random.randrange(10) 5 >>> ra…

Question

what is the missing line of code?

>>
>> random.randrange(10)

5

>> random.shuffle(1,3,6)

Explanation:

Step1: Import the random module

import random

Answer:

import random