Computer Science, asked by deepika8197, 1 month ago

the input () function can be used to display the output on the screen in different formats true or false

Answers

Answered by shivangi1333
9

Answer:

False

Explanation:

We have to use a format function( eg. int(), str() ) outside input() function to display output in different formats.

Similar questions