Python Forum

Full Version: Can't make the document update itself
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
New to python,I tried, just for practice, make no-graphics programm where you could create a user or login using a password and a username. How can i do it so the document could update itself so when i run it again the user i've created before is there?
Thanks.
If I understand correctly, you need to store the user information somewhere to preserve user information between runs - e.g. file, database, etc.
Post your code in python tags and people here will help you