I run this file test.py in my Sublime venv Python build system:
test.py
import re text = "skull ☠️..." print(text) print(repr(text)) x = re.s