1 parent 79b7fe2 commit 17994d1Copy full SHA for 17994d1
1 file changed
tests/unicode/unicode_iter.py
@@ -0,0 +1,4 @@
1
+for c in "Hello":
2
+ print(c)
3
+for c in "Привет":
4
0 commit comments