Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Join our platform to connect with experts ready to provide detailed answers to your questions in various areas. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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

Sagot :

Answer:

import random

Explanation:

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

Answer: Import

Explanation: