PythonExtra/tests/unicode/unicode_iter.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
69 B
Python
Raw Permalink Normal View History

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