python基礎筆記-2

字符串能夠直接用+拼接git 也能夠像print中格式化api c = a + bspa d = 「%s」%(a+b)對象 字符串能夠用下標訪問單個字符,能夠從後向前取,-1表示最後一個元素索引   字符串切片,區間是前閉後開的ip str[3:7] 從str[3]到str[6]字符串 str[3:-1] 從str[3]到倒數第二個it str[3:] 從str[3]到串尾io str[3:7:2
相關文章
相關標籤/搜索