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

import random

num = random.randint(1, 10)