hausaufgabe--python 31 - Pickle
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hausaufgabe--python 31 - Pickle相关的知识,希望对你有一定的参考价值。
1-- pickle, transfer the target document to binary to save.
2, pickle_file, write
3. pickle_file, read
To write a script to separet the text by ":" and save into different files:
Running result:
Referred:
http://www.runoob.com/python/att-string-split.html
String.split (" : " , num)
num == split times by " : "
以上是关于hausaufgabe--python 31 - Pickle的主要内容,如果未能解决你的问题,请参考以下文章
hausaufgabe--python 26 -Dict 2
hausaufgabe--python 16- Sequenz