From 7768f84ed2563b207bf14e584abbff856c75935d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Mon, 12 Jun 2023 14:33:36 +0300 Subject: [PATCH] =?UTF-8?q?S=C3=B6zl=C3=BCk=20=C4=B0=C3=A7lemleri=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-temel/sozluk.iclemleri.5.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-temel/sozluk.iclemleri.5.py diff --git a/python-temel/sozluk.iclemleri.5.py b/python-temel/sozluk.iclemleri.5.py new file mode 100644 index 0000000..9b8af1f --- /dev/null +++ b/python-temel/sozluk.iclemleri.5.py @@ -0,0 +1,3 @@ +cities = [('ankara', 6), ('izmir', 35), ('eskişehir', 26), ('muğla', 48), ('kastamonu', 37)] +d = dict(cities) +print(d)