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)
import random
import math
import generator
import numbers
1 answer
The line of code needed for the game is "import random".