The input()function converts the input to_____ data type
Answers
Answered by
1
Answer:
string
Explanation: the input() function converts it into a string. If you enter an integer value, still it will convert it into a string. If you want to number input from a user, you need to perform type conversion on the input value.
hope it helps u
Answered by
0
Answer:
The input()function converts the input to string data type.
I think this is helpful
Similar questions