S=input("請輸入僅包含字母的字符串:")
s=s.lower()
結果={}
對於s中的I:
if i in result.keys():
結果[i]+=1
否則:
結果[i]=1
打印(結果)
源代碼(註意源代碼的縮進)