python-CSD-kursu/python-temel/zip.function.3.py
2023-06-12 15:22:54 +03:00

3 lines
53 B
Python

for x, y in zip('ankara', 'edirne'):
print(x, y)