232k views
3 votes
HURRY PLEASE

Maria is creating a game that will need a random number. Which line of code should be included in this program?
import random
print(random number)
1num = random
create random

2 Answers

11 votes

Answer: Import

Step-by-step explanation:

User RossFabricant
by
5.8k points
5 votes

Answer:

import random

Step-by-step explanation:

Using the random module in python you could generate a random number.

User Michael Terry
by
4.8k points