str1= raw_input("please input:")
n=len(str) 字符串的长度
以上基于python2.7版本
对于python3以后的版本:
str1= input(''please input:')
--------未完------待续------
str1= raw_input("please input:")
n=len(str) 字符串的长度
以上基于python2.7版本
对于python3以后的版本:
str1= input(''please input:')
--------未完------待续------