Öffnen Sie die Datei im Python -Verzeichnis

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