python-CSD-kursu/python-temel/s.for.py

4 lines
35 B
Python

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