mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
dc2fcfcc55
Signed-off-by: Christian Clauss <cclauss@me.com>
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}")
|