what is input in python?
Answers
Answered by
4
Answer:
Python has an input function which lets you ask a user for some text input. You call this function to tell the program to stop and wait for the user to key in the data.
Explanation:
good afternoon mate
Answered by
2
Answer
Python input,is the method reads a line from input,converts into a string and returns it. The syntax of input method is input (prompt).
please give thanks
Similar questions