python-CSD-kursu/s.for.py

4 lines
35 B
Python
Raw Normal View History

2023-05-20 14:23:13 +03:00
s = 'ankara'
for c in s: print(c)