Which function is used to take input from the user?
Answers
Answered by
0
Answer:
In Python, we use input() function to take input from the user. Whatever you enter as input, the input function converts it into a string. If you enter an integer value still input() function convert it into a string.
Similar questions