the input () function can be used to display the output on the screen in different formats true or false
Answers
Answered by
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