This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
bc856a1e29
micropython
/
tests
/
unicode
/
unicode_chr.py
6 wiersze
98 B
Python
Czysty
Wina
Historia
# test builtin chr with unicode characters
print
(
chr
(
945
)
)
print
(
chr
(
0x800
)
)
print
(
chr
(
0x10000
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik