Python creating a file in a specific directory code example Example: create file in a specific directory python f = open(r"C:\Test.py", "a")