国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美6666|纯肉无码91视频

python功能 用python代碼輸入一行字符?

用python代碼輸入一行字符?Input a line of characters=Input(“please Input any data:”)位數=len(list(I for I in Inp

用python代碼輸入一行字符?

Input a line of characters=Input(“please Input any data:”)位數=len(list(I for I in Input a line of characters if I.isdigit()==1))中英文字母數=len(list(I for I in Input a line of characters if I.isalpha()==1))空格數=len(list(I for I in Input a line of characters ifi、 isdigit()==1))=“”)other number=len(輸入一行字符)-number of numbers-number of Chinese and English letters-number of spaces print(“{0}包含{1}個數字,{2}個中英文字母,{3}number of spaces,{4}other”。格式(輸入一行字符、數字、中英文字母數、空格數、其他數字)