07 2021 档案
摘要:在Python普通字符串中 在Python中,我们用''来转义某些普通字符,使其成为特殊字符,比如 In [1]: print('abc\ndef') # '\n'具有换行的作用 abc defg In [2]: print('abc\tdef') # '\t'具有制位符的作用 abc defg 我
阅读全文
posted @ 2021-07-15 19:16
Jack_Gao

浙公网安备 33010602011771号