You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

40m 19s logged

I have been working on getting the main parts of my python script finished, so I can build off there. My code now saves the users name to a .json file which can be accessed the next time the python file is run. It is stored in a name variable, so it can be accessed throughout the script. I have also added an app opening function, which has some simple tasks I have learned how to open. Finally, I added some extra parts to help ensure the code accepts what the user wants, even if it isn’t word-for-word. One way in python of doing this is adding .lower() after an input, or before checking the input, as it reduces the possible inconsistencies if needing to compare it.

0
1

Comments 0

No comments yet. Be the first!