An Overview on Python I/O.

Getting Started With: Python I/O

A quickly demonstration of how Python interacts with I/O

Guilherme de Lima Barros
Towards Data Science
4 min readMay 6, 2020

--

There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use.

Python 3 Documentation.

--

--