an example of input string in phython
Answers
Answered by
0
Explanation:
For example, the prompt is, “Please enter a value.” When input() function executes, program flow stops until a user enters some value. Whatever you enter as input, the input() function converts it into a string. If you enter an integer value, still it will convert it into a string.
Similar questions