KnowledgeBoat Logo
|

Informatics Practices

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

Python Funda

1 Like

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

3 Likes


Related Questions