gpt4 book ai didi

python-3.x - 为什么我会收到 `SyntaxWarning: invalid escape sequence\s` 警告?

转载 作者:行者123 更新时间:2023-12-04 01:40:28 30 4
gpt4 key购买 nike

re.compile('\s+', flags = re.UNICODE)

上面的代码在python3中给出了以下警告。
SyntaxWarning: invalid escape sequence \s

我使用 r'\s+' 修复它.这是解决问题的正确方法吗?

最佳答案

是的,也就是说,您可以使用原始字符串 r'\s+'或者用 '\\s+' 转义反斜杠.

关于python-3.x - 为什么我会收到 `SyntaxWarning: invalid escape sequence\s` 警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57645829/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com