At Westonci.ca, we make it easy to get the answers you need from a community of informed and experienced contributors. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

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