[Solved] How to open a file in python 3
[ad_1] 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 [ad_2] solved How to open a file in python 3