ouvrir le fichier dans le répertoire Python
path = 'C:\\Users\\Username\\Path\\To\\File'
file=open(path, "r")
Filthy Falcon
path = 'C:\\Users\\Username\\Path\\To\\File'
file=open(path, "r")