Python3-字符串操作
摘要:
print(5+4);print(7//4); # 1print(2**3); # 8str = 'Runoob'print(str) # 输出字符串print(str[0:-1]) # 输出第一个到倒数第二个的所有字符print(str[0]) # ... 阅读全文
posted @ 2017-10-13 11:09
Holyz
阅读(142)
评论(0)
推荐(0)
浙公网安备 33010602011771号