Explain input and output function in python
Answers
Answered by
14
Answer:
Input and Output Operations with Examples in Python. ... A Program needs to interact with the user to accomplish the desired task; this is done using Input-Output facility. Input means the data entered by the user of the program. In python, we have input() and raw_input ( ) function available for Input.
Answered by
1
Input and Output Operations with Examples in Python.
A Program needs to interact with the user to accomplish the desired task; this is done using Input-Output facility. Input means the data entered by the user of the program. In python, we have input() and raw_input ( ) function available for Input.
Similar questions