What is this warning related to?
查看更多
To resolve the SyntaxWarning caused by an invalid escape sequence c in Python, you can declare the string as a raw string. Simply add an r prefix before the triple quotes at the beginning of the string:
發布 問題
分享 好友
手機 浏覽
回到 頂部
This is a warning caused by an imprecise writing method, and it should not affect the usage.
@isme Ok, thanks! I'm not strong in Python, and what I don't understand bothers me :)