import random
num = random.randint(1, 10)
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 answer