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 :)