中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

重庆市| 万年县| 镇雄县| 特克斯县| 金堂县| 宁南县| 洞口县| 五莲县| 阜宁县| 平安县| 福建省| 济阳县| 巩留县| 绥棱县| 从江县| 通化市| 冕宁县| 宜春市| 水城县| 民乐县| 德令哈市| 怀仁县| 普兰店市| 长岛县| 沛县| 屏边| 长宁区| 扬州市| 镶黄旗| 巨鹿县| 永昌县| 勐海县| 长丰县| 军事| 普定县| 顺昌县| 沭阳县| 富民县| 望奎县| 织金县| 宁河县|