unicode_iter.py 69 B

1234
  1. for c in "Hello":
  2. print(c)
  3. for c in "Привет":
  4. print(c)