1 Antwort
+ 4
You have to store it in a file, I guess...
Take a look on how to write to files:
https://code.sololearn.com/c4AWEdTM7HeT/?ref=app
You can also use a pickle module, it's great for storing and re-storing different types of data in a file:
https://code.sololearn.com/cNXRdhIOg17U/?ref=app