KnowledgeBoat Logo
|

Informatics Practices

The input() method always returns a value of an integer type.

Python Funda

3 Likes

Answer

False

Reason — The input() method in Python returns the input from the user as a string, regardless of whether the user enters an integer, float, or any other type of input.

Answered By

1 Like


Related Questions