python用前第一第二字母索引字典

2021-10-25 18:17:12 字數 591 閱讀 8738

dict_t =

dict_s =

dict_week =

first_1 =

input

("請輸入第乙個單詞:"

)# 判斷第乙個字母 假如輸入的是s

if first_1 in dict_week:

if first_1 ==

't'or first_1 ==

's':

# 判斷輸入的第乙個字母是不是s 或 t

first_2 =

input

("請輸入第二個單詞:"

)# 輸入的是字母 假如輸入的是a

if first_1 ==

's':

# 判斷輸入的字母是不是s

print

(dict_s[first_2]

)elif first_1 ==

't':

# 判斷輸入的字母是不是t

print

(dict_s[first_2]

)else

:print

(dict_week[first_1]

)

分類按照拼音第一字母排序顯示實現

首先寫乙個提取品牌第一字母的函式 其實 這是最重要的 dict array a 0xb0c4,b 0xb2c0,c 0xb4ed,d 0xb6e9,e 0xb7a1,f 0xb8c0,g 0xb9fd,h 0xbbf6,j 0xbfa5,k 0xc0ab,l 0xc2e7,m 0xc4c2,n 0x...

怎麼用JS擷取字串中第乙個和第二個字母間的部分?

一 js中用正則判斷字串是否有匹配正則的字串部分,格式如下 a za z a za z test 1a123d45678901a2 test 前面的部分是正規表示式,後邊的部分是要判斷的字串。二 js中用正則擷取字串中匹配正則的字串部分,格式如下 1a123d45678901a2 match a z...

第一章 第二節 我的第乙個Python專案

零 新建python檔案 def sayhello print hello python if name main sayhello 一 執行python檔案 開啟windows命令列,切換到檔案所在的目錄下,輸入如下 python first python.py輸出內容如下圖 二 發生了什麼 當執...