micropython/tests/unicode/unicode_iter.py

5 wiersze
69 B
Python

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