n 換行符 t tab縮進符 print 打印后,默認為換行,不想換行用end , end 輸出內容后加個空格,不換行。 ...
2021-11-09 15:59 0 99 推薦指數:
\t :代表着四個空格也就是一個tab \n:代表着換行 ...
python \r \t \n 各種轉義字符,今天在網上轉來了相關知識,繼續積累,收藏。 ...
>>> import re >>> sss = "SELECT a.id,\n a.customer_id as user_id,\n c.image au_icon,\n c.nick_name au_name,\n ...
轉義符 描述 \ 續行符(在行尾時) \\ 反斜杠符號 ...
轉載於:https://www.cnblogs.com/ccav1/p/8728448.html ...
...