create a file in python at a location code example Example: open file in python directory path = 'C:\\Users\\Username\\Path\\To\\File' file=open(path, "r")