python-字符串

python讀取字符串中的值html ch1 = 'hello world' ch2 = 'Li si' print('ch1[0:5]:',ch1[0:5]) print('ch2[0:5]:',ch2[0:5]) python更新字符串python char1 = "Hello world!" print('更新字符串:',char1[:6] + "世界!") python轉義字符 pytho
相關文章
相關標籤/搜索