Jabari is writing a program which prompts a user for a value that is negative and has a decimal. Which function should he use?
A float()
B int()
C print()
D string()
Answers
Answered by
11
Answer:
float
Explanation:
because int does not have decimals
Similar questions