how can u save data in Python such that after closing the Python shell and opening it again,the data with be saved | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can u save data in Python such that after closing the Python shell and opening it again,the data with be saved

saving data

7th Aug 2016, 2:22 PM
Evans Enweremadu
Evans Enweremadu - avatar
2 Answers
0
See pickle module. or read this: http://www.diveintopython3.net/serializing.html
7th Aug 2016, 4:20 PM
aruluth
aruluth - avatar
0
Write txt files
7th Aug 2016, 5:35 PM
Leonard Lenz
Leonard Lenz - avatar