The input function takes by default input as
Answers
Answered by
1
Answer:
The input() function, by default, will convert all the information it receives into a string.
Explanation:
Answered by
0
Answer:
By default input() function takes the user's input in a string. So, to take the input in the form of int you need to use int() along with the input function.
Similar questions