8 lines
166 B
Python
8 lines
166 B
Python
x = "𝐁ad string"
|
||
|
||
|
||
def f():
|
||
"""Here's a docstring with an unusual parenthesis: )"""
|
||
# And here's a comment with an unusual punctuation mark: ᜵
|
||
...
|