index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
unicode
/
unicode_iter.py
blob: f08a4aceed89dd3bb2dd908ef00a72e1bf19cf8d (
plain
) (
blame
)
1
2
3
4
for c in "Hello": print(c) for c in "Привет": print(c)