micropython/tests/unicode/unicode_iter.py

5 lines
69 B
Python
Raw Permalink Normal View History

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