求解python練習題,求解python練習題

2021-03-04 08:53:36 字數 1064 閱讀 8921

1樓:野人拆

import string

def makewordlist(input_file, output_file):

table = string.maketrans("", "")try:

word_list = dict()

for line in open(input_file, 'r'):

line = line.translate(table, string.punctuation).rstrip('\r\n').split(' ')

for word in line:

if not word in word_list:

word_list[word] = 1

else:

word_list[word] += 1

f = open(output_file, 'w')for k,v in word_list.items():

line = '%s %s\r\n' % (k,v)f.write(line)

except:

print input_file,'not exist'

makewordlist('input.txt', 'output.txt')

python習題求解 5

2樓:夢囈罒幻羽

import re

str1="123456"

lis1=re.findall("^\d\d",str1)if 0<=int(list[0])<=24:

if 0<=int(list[1])<=60:

if 0<=int(list[2])<=60:

print ("%d時%d分%d秒

源"%(int(list[0]),int(list[1]),int(list[2])))

else:

print("秒cc錯誤")

else:

print("分bb錯誤")

else:

print("小時aa錯誤")

思路就是這樣,適當修改就可以了

python習題求解,python習題求解

import re str1 123456 lis1 re.findall d d str1 if 0 int list 0 24 if 0 int list 1 60 if 0 int list 2 60 print d時 d分 d秒 源 int list 0 int list 1 int lis...

審計練習題,審計練習題

1 隨著審計環境的不斷變化,審計的方法也進行著相應的調整。在下列審計方法中,形成最晚,即最新的審計方法是 b a 賬項基礎審計 b 風險導向審計 c 制度基礎審計 d 財務報表審計 2 i公司提供的銷售發票副本與客戶j公司通過函證回函寄來的其所持有的銷售發票影印件e列示的金額不一致,則註冊會計師正確...

小學語文練習題,小學語文練習題

1 答案為 嚴峻 嚴厲 嚴酷 保持穩定,保持平靜 改革開放 2 嚴峻 表示嚴厲內 嚴肅,多容用來修飾某種形勢或是狀態 嚴厲 嚴肅而厲害,多表示人的某種態度 嚴酷 1 表示嚴厲 嚴格,比如 嚴酷的教訓 2 殘酷 冷酷,比如 嚴酷的壓迫 嚴酷的剝削 嚴峻 嚴厲 嚴酷 形象 開放 1.嚴峻 嚴厲 嚴酷 2...