Input () function is used to ___________ *
Answers
Answered by
2
Explanation:
Input means to provide the program with some data to be used in the program.
The input() method reads a line from the input converts the line into a string by removing the trailing newline, and returns it.
Answered by
0
Answer:
Input function is used to provide data in the program.
Similar questions