explain input and output statements in python
Answers
Answered by
1
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.
Explanation:
Similar questions