I have this code here that creates a file f = open("data.txt", "w+") but I also want it to be hidden so I was thinking maybe something like
f = open("data.txt", "w+")