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”。格式(输入一行字符、数字、中英文字母数、空格数、其他数字)