+ 2
How can programs store input for later use?
How can a program append to a list within it and actually change the list. Not only for that run... https://code.sololearn.com/cqj0VG0Y4Vrx/?ref=app https://code.sololearn.com/cqj0VG0Y4Vrx/?ref=app
5 Respostas
+ 1
You would have to store the data (list) in a file and then make a read and write system
+ 1
can't do that on code playground
0
Can you write an example?
0
Sahil Danayak It won't really change the list in the code, it will only change it for that run