python-CSD-kursu/python-temel/iki.karakterli.py

3 lines
56 B
Python

s = [a + b for a in 'izmir' for b in 'ankara']
print(s)