ps:笔记本的屏幕太小了,要是能换成外接显示屏就好了。
复习:字符串输入,字符串的输出,数字格式化(保留小数,百分比,千分位,对齐方式)见手册p70
(①format,②%,③f-string
name='ksm'
age=23
print("my name is {0},age is {1}".format(name,age))
print("my name is %s,age is %s"%(name,age))
print(f"my name is {name},age is {age}")
)
字符串的基本运算:拼接,乘法,大小写转换,换行,制表(即在字符前保留空白),字符串分割(s.split(),partition(),encode,decode,isdigit(),isdecimal(),ismumeric(),replace,startswith,endwith,max,min,string.join(seq))
新知识:python数据类型
list(有序集合) :
type(),len()
额,学到一半去打dota了,大优居然被翻了,不学啦!