Ask a New Question
Search
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
25 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
72 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
97 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
170 views
Which of these lines of code will generate a random number between 1 and 50?
(1 point) Responses input(“1-50”)
1 answer
109 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
66 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
37 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
144 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
20 views
What statement must occur before this line of code?
numpy.average(scores) (1 point) Responses import numpy import numpy import
1 answer
75 views