python-CSD-kursu/python-temel/sozluk.iclemleri.py

3 lines
51 B
Python

d = {i: str(i) for i in [1, 2, 3, 4, 5] }
print(d)