0
How can i make python to remember something
3 Antworten
+ 12
Do you mean so Python remembers inputs after you close the program?
You'll learn about that when you get to the lessons on files. You will have to write programs that use files on a computer, though, because SoloLearn doesn't save your files.
If you want to look ahead:
https://www.sololearn.com/learn/Python/2445/
https://www.sololearn.com/learn/Python/2446/
https://www.sololearn.com/learn/Python/2447/
https://www.sololearn.com/learn/Python/2448/
+ 12
By the way, welcome to SoloLearn's Q&A, Obinna! ^_^ Glad to have you here!
These threads contain our general content creation guidelines. Have a look:
https://www.sololearn.com/discuss/321242/?ref=app
https://www.sololearn.com/Discuss/593497/?ref=app
https://www.sololearn.com/Discuss/333866/?ref=app
+ 6
You can also use sqlite3. Look up a few how-to videos on YouTube on using it in Python. It's pretty simple. We might have a lesson here for it as well but I'm not sure.