InterviewSolution
Saved Bookmarks
| 1. |
A pragram that can input and output information in python |
| Answer» PYTHON Input Output (I/O) USING input() and print() Function Python PROVIDES numerous built-in functions that are readily available to us at the Python prompt. Some of the functions like input() and print() are WIDELY used for STANDARD input and output operations respectively. | |