兩段小PYTHON,作啥用的,行內人才懂 (

2021-09-23 01:13:57 字數 1204 閱讀 9610

哎,作也不是,不作也不是。。。。

下次有更新檔案時,直接重新整理一次了。

#

coding: utf-8

import

sysreload(sys)

sys.setdefaultencoding(

"utf-8")

#從excel檔案中按要求組合動詞+名詞

import

xlrd

xlsfile = r"

820.xls

"data =xlrd.open_workbook(xlsfile)

zscy =

dc =

mc =

table =data.sheets()[0]

nrows =table.nrows

for i in

range(nrows ):

if table.row_values(i)[3] == u'

專屬詞語':

if table.row_values(i)[3] == u'動詞'

:

if table.row_values(i)[3] == u'名詞'

:f = open('

test.txt

', 'w'

)for i in

zscy:

print >>f,i

f.close()

f = open('

test2.txt

', 'w'

)for i in

dc:

for j in

mc:

print >>f,i+j

f.close()

#

coding: utf-8

#所有詞去重過濾

file = open("

lice.csv")

qc =

while 1:

line =file.readline()

ifnot

line:

break

if line not

inqc:

f = open('

test.csv

', 'w'

)for i in

qc:

print >>f,i.strip()

f.close()

比較兩段SQL文的時間

create table skk.zm test strtitle char 20 datetimenow timestamp 6 timenow number delete from zm test insert into zm test values start1 systimestamp,0 ...

記錄兩段殺雞用的牛刀 分錢和算日子

我們寢室三個人說好了按照房租比例分攤各種水電費 每次分錢的時候跑一下這玩意 total 79.81 portion 1120,1750,1850 sum portion sum portion 1.result total x sum portion for x in portion print r...

去掉格式的兩段字串比較

關於兩段字串去掉空格和換行後的比較 簡而言之就是之比較內容,不計較內容的格式 如wzst art ww w s t a rt wzstartwwwstart 即使兩段文字有換行,結果也一樣 業精於勤荒於嬉 行成於思毀於隨 created by wuzhuang on 2018年05月19日 21 4...