IDNLearn.com is designed to help you find reliable answers quickly and easily. Our platform is designed to provide reliable and thorough answers to all your questions, no matter the topic.

What is the missing line of code?

>>> __________

>>> random.randrange(10)
5
>>> random.shuffle([1,3,6])

A. import random
B. from random import shuffle
C. from random import randrange