unicode_str_format.py 100 B

1234
  1. # test handling of unicode chars in format strings
  2. print('α'.format())
  3. print('{α}'.format(α=1))