This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
gogadmin
/
Arduino
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
3e5a6ea51e
브랜치
태그
master
Arduino
/
esp8266
/
micropython
/
tests
/
unicode
/
unicode_chr.py
unicode_chr.py
98 B
히스토리
Raw
1
2
3
4
5
# test builtin chr with unicode characters
print(chr(945))
print(chr(0x800))
print(chr(0x10000))