Question
Maria is creating a game that will need a random number. Which line of code should be included in this program?
(1 point)
import random
print (random number)
num = random
create random
(1 point)
import random
print (random number)
num = random
create random
Answers
Answered by
GPT 3.5
import random
num = random.randint(1, 10)
num = random.randint(1, 10)
There are no human answers yet. A form for humans to post answers is coming very soon!