Files
2022-09-29 12:10:37 +08:00

5 lines
69 B
Python

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