python簡單截取字符串計算個數

#coding=utf-8 def demo_count():     strr="asewieiuiieeoiqweoqwei"     list1=strr.strip()     di=dict()     for i in list1:         di[i]=0     for k in list1:         if k in di.keys():             di
相關文章
相關標籤/搜索