PPD07 模組呼叫

2021-10-24 11:33:23 字數 600 閱讀 4171

城市

市區阿布達比

-4亞丁

-5安曼

-6安卡拉

-6巴格達

-5巴庫

-6斯里巴加灣港0曼谷

-1貝魯特

-6

更多城市: 國際時差查詢

from datetime import datetime,timedelta

# 根據上面的**隨機挑選寫進去,5個左右

shicha=

city_name=

input

('都市名を入力てください'

)if city_name in shicha.keys():

today=datetime.today(

) delta=timedelta(hours=shicha[city_name]

) datetime=today+delta

print

(city_name,

",今は"

,datetime)

else

:print

('わかりません'

)

day07 模組匯入

import hashlib import sys def check md5 fname m hashlib.md5 with open fname,rb as fobj while true data fobj.read 4096 if not data break m.update data ...

Python 模組呼叫

模組 py 字尾的檔案即模組 類 使用class語句封裝乙個類 函式 使用def語句封裝乙個函式 變數 使用賦值語句賦值乙個變數 模組中不但可以直接存放變數,還能存放函式,還能存放類。還可以使用自己寫的模組 其實就是字尾名為.py的檔案 通過這個語句可以從模組中匯入指定的部分到當前的模組。例如 檔案...

python模組呼叫

import random 生成隨機數 from hanshu import f1 引入模組的方法 print f1 hello,import hanshu print hanshu.f1 你好,f1 a random.random b random.choice 光子 張璐 王五 李柳 李莉 pr...