str1='1596456'str2='3574'print str1+str2 字符串连接print str1[2] 截取str1的第三个字符print str1[2:5] 截取str1的第三个到第五个字符