micropython/tests/unicode/unicode_iter.py

5 wiersze
69 B
Python
Czysty Zwykły widok Historia

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