Question: which one of these codes will work? Question 1 2 options: #import random num 1 = random.randint ( 1 , 1 0 ) print (

which one of these codes will work?
Question 12 options:
#import random
num1= random.randint(1,10)
print("The number is "+ num1)
implant random
num1= random.randint(1,10)
print("The number is "+ num1)
import random
num1= random.randint(1,10)
print("The number is "+ str(num1))
import random
num1= random.randint(1,10)print("The number is "+ num1)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!