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

4 lines
35 B
Python
Raw Normal View History

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