On Python, I was wondering if there was a simple way to create a text file which can't be edited by the user and can only be edited once, by the computer.
I want to use this so that I can make a User ID for a user that cannot be changed. Does anyone have a solution?