mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
9 lines
159 B
Python
9 lines
159 B
Python
"""
|
|
categories: Syntax,Unicode
|
|
description: Unicode name escapes are not implemented
|
|
cause: Unknown
|
|
workaround: Unknown
|
|
"""
|
|
|
|
print("\N{LATIN SMALL LETTER A}")
|