Ask a New Question
Fix this code import random
Question
Which line of code is needed for a game in which the player will try to guess a number that the computer has selected?
1 answer
asked by
thatonekidwhosleepsinthebackoftheclass
75 views
Which line of code is needed for a game in which the player will try to guess a number that the computer has selected?
(1 point)
1 answer
135 views
Which line of code is needed for a game in which the player will try to guess a number that the computer has selected?
(1 point)
1 answer
asked by
Purple
151 views
Maria is creating a game that will need a random number. Which line of code should be included in this program?
(1 point)
1 answer
225 views
Which of these lines of code will generate a random number between 1 and 50?
(1 point) Responses input(“1-50”)
1 answer
131 views
Maria is creating a game that will need a random number. Which line of code should be included in this program?
(1 point) import
1 answer
120 views
Which of these lines of code will generate a random number between 1 and 50?
input(“1-50”) print(“1-50”) import random
1 answer
57 views
8.
Which of these lines of code will generate a random number between 1 and 50? input(“1-50”) print(“1-50”) import random
1 answer
asked by
addreian
187 views
Question
What statement must occur before this line of code? numpy.average(scores) (1 point) Responses import numpy import numpy
1 answer
asked by
jeff
79 views
What statement must occur before this line of code?
numpy.average(scores) (1 point) Responses import numpy import numpy import
1 answer
128 views