我說:老師你好,你是教音樂的么?
10余年建站經(jīng)驗(yàn), 成都網(wǎng)站設(shè)計(jì)、網(wǎng)站制作客戶的見證與正確選擇。創(chuàng)新互聯(lián)建站提供完善的營銷型網(wǎng)頁建站明細(xì)報(bào)價表。后期開發(fā)更加便捷高效,我們致力于追求更美、更快、更規(guī)范。他說:是的。教音樂修養(yǎng)的
我說:老師,你們的音樂課太無聊了,怎么不多欣賞現(xiàn)代流行音樂呢,非得枯燥的古典樂器?
他說:你安心學(xué)吧!
==============================================================================================
她說:快遞號?
我說:xxxx
她說:沒有!
我說:咋會?。棵髅鹘o我發(fā)了短信的。
她說:明明發(fā)給你的,你去找明明要,別擋著,下一位!5,與以為同學(xué)對話
我說:同學(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()
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。