Printing to a file PREMIUM

Series: Files
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
3 min. read Watch as video Python 3.8—3.12

You can print to a file in Python.

Python's print function writes to standard output

According to the documentation for Python's built-in print function, print accepts an optional file argument:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.