Katrina wants to get a random number and assign it to a variable called force. Which line of code should be used?

orce = random.randint(1,10)

force = random(1,10)

force = randint(1,10)

force == random.randint(1,10)