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 05

hausaufgabe--python 26 -Dict 2

hausaufgabe--python 16- Sequenz

Hausaufgabe--Python 04

hausaufgabe--python 22- Recurse

Hausaufgabe--Python 02