91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python文件數據分割

發布時間:2020-07-04 01:57:10 來源:網絡 閱讀:936 作者:aurtherconan 欄目:編程語言

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

他說:是的。教音樂修養的

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

他說:你安心學吧!

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

她說:快遞號?

我說: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()















向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

册亨县| 芦溪县| 鱼台县| 咸阳市| 横峰县| 郓城县| 黄山市| 蒙山县| 三明市| 区。| 岗巴县| 临颍县| 洮南市| 南开区| 广州市| 区。| 库伦旗| 衡山县| 康乐县| 牡丹江市| 斗六市| 和林格尔县| 军事| 阿尔山市| 洛宁县| 潮安县| 蓬安县| 民丰县| 沙河市| 邵东县| 沁阳市| 西青区| 巨鹿县| 深州市| 新乐市| 新闻| 商南县| 永顺县| 建阳市| 满洲里市| 富民县|