a pragram that can input and output information in python
Answers
Answered by
1
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.
Similar questions