14、上机练习:基本数据类型14、上机练习:基本数据类型
-
数值基本运算:33和7
+,一,,/,//,%,*
hex(),oct(),bin() -
类型转换
1,0,’abc’,None,1.2,False,”
str(),bool(),int(),float()
is None,==,!= -
字符串基本操作
+,*,len(),[],in ,ord(),chr()
含有中文的字符串 -
字符串高级操作
s=’abcdefg12345′
切片:获得defg12,获得fg12345,获得54321,获得aceg2
t=’Mike and Tom’
split拆分
upper/lower/swapcase修改大小写
ljust/center/rjust排版30位宽度左中右对齐
replace将Mike替换为Jerry
微信赞赏支付宝赞赏