资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

Python文件数据分割-创新互联

我说:老师你好,你是教音乐的么?

10余年建站经验, 成都网站设计、网站制作客户的见证与正确选择。创新互联建站提供完善的营销型网页建站明细报价表。后期开发更加便捷高效,我们致力于追求更美、更快、更规范。

他说:是的。教音乐修养的

我说:老师,你们的音乐课太无聊了,怎么不多欣赏现代流行音乐呢,非得枯燥的古典乐器?

他说:你安心学吧!

==============================================================================================

她说:快递号?

我说:xxxx

她说:没有!

我说:咋会啊?明明给我发了短信的。

她说:明明发给你的,你去找明明要,别挡着,下一位!5,与以为同学对话

我说:同学,能和你聊聊么?

===============================================================================================

我说:你咋不吃饭呢?

她说:不饿

我说:哦

她说:你去吃吧

我说:哦

她说:快去

我说:哦!

f = open('D:\\桌面\\record.txt',encoding = 'utf-8')

me = []

he = []

she = []

count = 1

for each_line in f:

  if each_line[:6] != '======':

    (role, line_spoken) = each_line.split(':',1)

    if role == '我说':

      me.append(line_spoken)

    if role == '他说':

      he.append(line_spoken)

    if role == '她说':

      she.append(line_spoken)

  else:

    file_name_me = 'Me_' + str(count) + '.txt'

    file_name_he = 'He_' + str(count) + '.txt'

    file_name_she = 'She_' + str(count) + '.txt'

    me_file = open(file_name_me,'w')

    he_file = open(file_name_he,'w')

    she_file = open(file_name_she,'w')

    me_file.writelines(me)

    he_file.writelines(he)

    she_file.writelines(she)

    me_file.close()

    he_file.close()

    she_file.close()

    me = []

    he = []

    she = []

    count += 1

file_name_me = 'Me_' + str(count) + '.txt'

file_name_he = 'He_' + str(count) + '.txt'

file_name_she = 'She_' + str(count) + '.txt'

me_file = open(file_name_me,'w')

he_file = open(file_name_he,'w')

she_file = open(file_name_she,'w')

me_file.writelines(me)

he_file.writelines(he)

she_file.writelines(she)

me_file.close()

he_file.close()

she_file.close()

f.close()

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


本文题目:Python文件数据分割-创新互联
网站路径:http://cdkjz.cn/article/djcpoh.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

大客户专线   成都:13518219792   座机:028-86922220