micropython/tests/unicode/unicode_iter.py
2014-06-27 00:04:19 +03:00

5 lines
69 B
Python

for c in "Hello":
print(c)
for c in "Привет":
print(c)