plssssssssssssss Alexi is writing a program which prompts users to enter their age. Which function should she use?


float()

int()

print()

string()

Respuesta :

Answer:

int()

Explanation:

float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))

print() is used to print something, not a user asking, like print("hello")

string() means like a whole, like string( I am good)

By elimination, int() is correct.

Hope this helps!

ACCESS MORE