Computer Science, asked by stoadvine13, 6 months ago

Which function converts the user's input to a number without a decimal?

A float()
B int()
C print()
D string()

Answers

Answered by imtiyazallam
1

Answer:

The answer is the second option which is int()

Python uses this function to convet strings into Integer format and the input from user end is taken through input() function and input function returns the data in the form of string.

Similar questions