index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
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
)