真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Python文件數(shù)據(jù)分割

我說:老師你好,你是教音樂的么?

目前創(chuàng)新互聯(lián)公司已為上1000+的企業(yè)提供了網(wǎng)站建設(shè)、域名、雅安服務(wù)器托管、網(wǎng)站托管維護(hù)、企業(yè)網(wǎng)站設(shè)計(jì)、淮上網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長(zhǎng),共同發(fā)展。

他說:是的。教音樂修養(yǎng)的

我說:老師,你們的音樂課太無聊了,怎么不多欣賞現(xiàn)代流行音樂呢,非得枯燥的古典樂器?

他說:你安心學(xué)吧!

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

她說:快遞號(hào)?

我說:xxxx

她說:沒有!

我說:咋會(huì)???明明給我發(fā)了短信的。

她說:明明發(fā)給你的,你去找明明要,別擋著,下一位!5,與以為同學(xué)對(duì)話

我說:同學(xué),能和你聊聊么?

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

我說:你咋不吃飯呢?

她說:不餓

我說:哦

她說:你去吃吧

我說:哦

她說:快去

我說:哦!

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()


分享名稱:Python文件數(shù)據(jù)分割
瀏覽路徑:http://weahome.cn/article/iepejc.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部