Buka File di Direktori Python

path = 'C:\\Users\\Username\\Path\\To\\File'
file=open(path, "r")
Filthy Falcon