👉 python test.py
File "/test.py", line 1
b"Ā"
^
SyntaxError: bytes can only contain ASCII literal characters
👉 $c:temp = "b'ĀĀĀĀĀĀĀĀ'"
👉 py temp
File "C:\temp", line 1
b'ĀĀĀĀĀĀĀĀ'
^
👉 python test.py
File "/test.py", line 1
b"Ā"
^
SyntaxError: bytes can only contain ASCII literal characters