Python 練習題-TQC+(806)-字元次數計算 ... compute = lambda x,y:x.count(y) str1= list(input()) char1= input() times=compute(str1,char1) ...
確定! 回上一頁