From 5f4c5849e2d2ad36e839034a2574ef5d15500b44 Mon Sep 17 00:00:00 2001 From: David Lee <913305994@qq.com> Date: Mon, 24 Oct 2016 22:06:59 +0800 Subject: [PATCH] =?UTF-8?q?Rename=20Dict=20key.py=20to=20=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E5=AD=97=E5=85=B8key.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dict key.py | 2 -- "\350\276\223\345\207\272\345\255\227\345\205\270key.py" | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 Dict key.py create mode 100644 "\350\276\223\345\207\272\345\255\227\345\205\270key.py" diff --git a/Dict key.py b/Dict key.py deleted file mode 100644 index 2c03106..0000000 --- a/Dict key.py +++ /dev/null @@ -1,2 +0,0 @@ -a = {4:1,5:2,6:3} -print(','.join(list(map(str,a.keys())))) \ No newline at end of file diff --git "a/\350\276\223\345\207\272\345\255\227\345\205\270key.py" "b/\350\276\223\345\207\272\345\255\227\345\205\270key.py" new file mode 100644 index 0000000..da7729a --- /dev/null +++ "b/\350\276\223\345\207\272\345\255\227\345\205\270key.py" @@ -0,0 +1,2 @@ +a = {4:1,5:2,6:3} +print(','.join(list(map(str,a.keys()))))