Posts by Leandro • 11 points
1 post
-
0
votes2
answers72
viewsQ: How do I store data and not delete when the program ends?
How do I make sure that when a data is stored, it is not deleted from the program ending? for example: LISTA = ['Morango', 'Abacate'] ADD_ITEM = input('Digite algo que deseja adcionar:')…