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:')
--------未完------待续------
本文标题:python基础
本文链接:https://www.haomeiwen.com/subject/ewbfkftx.html
网友评论