python how to access files of other direcotry code example
Example: open file in python directory
path = 'C:\\Users\\Username\\Path\\To\\File'
file=open(path, "r")
path = 'C:\\Users\\Username\\Path\\To\\File'
file=open(path, "r")