python-CSD-kursu/s.for.py
2023-05-20 14:23:13 +03:00

4 lines
35 B
Python

s = 'ankara'
for c in s: print(c)