index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unicode
/
unicode_iter.py
blob: f08a4aceed89dd3bb2dd908ef00a72e1bf19cf8d (
plain
)
1
2
3
4
for c in "Hello": print(c) for c in "Привет": print(c)