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

6 lines
51 B
Python

s = 'ankara'
while s:
print(s)
s = s[1:]