Alexi is writing a program which prompts users to enter their race times without decimals. Which function should she use?
a float()
b int()
c print()
d spring()

Respuesta :

Answer:

It's either B or C

Explanation:

I saw this on another brainly but they said it wasn't print so id say b is most likely

Answer:

A. float()

Explanation:

(sorry i'm late :c, but please still mark me brainliest!)

A float is a floating-point number, which means it's a number that has a decimal point. It can be positive, negative, or 0.0.

Examples: 1.15, -2.25, 100.0, 0.0

Your welcome!!!