circuitpython/tests/unicode/unicode_ord.py

4 lines
61 B
Python
Raw Normal View History

# test builtin ord with unicode characters
2021-03-15 19:27:36 +05:30
print(ord("α"))