DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / unicode / unicode_str_format.py
1234
# test handling of unicode chars in format strings print("α".format()) print("{α}".format(α=1))