Unexpected question mark when trying to regex replace on Windows

前端 未结 0 1551
臣服心动
臣服心动 2020-12-30 03:36

I run this file test.py in my Sublime venv Python build system:

import re

text = "skull ☠️..."
print(text)
print(repr(text))

x = re.s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题