This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
37887c42a4
circuitpython
/
tests
/
unicode
/
unicode_ord.py
4 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Add missing tests for builtins, and many other things.
2015-04-04 17:05:30 -04:00
# test builtin ord with unicode characters
run code formatting script
2021-03-15 09:57:36 -04:00
print
(
ord
(
"
α
"
)
)
Reference in New Issue
Copy Permalink