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

1 answer

a float