[Solved] How to open a file in python 3
open creates a stream of data associated with the file. It does not initiate a file viewing software. os.startfile(‘path/to/file.ext’) # opens file in respective program 10 solved How to open a file in python 3