Question
What type of variable is finalScore in this code?
finalScore = float(input("What was your final score?"))
(1 point)
Responses
an integer
an integer
a string
a string
a float
a float
a Boolean
finalScore = float(input("What was your final score?"))
(1 point)
Responses
an integer
an integer
a string
a string
a float
a float
a Boolean
Answers
GPT 3.5
a float