From d6238dc98efbc5f0c88b62daf6047dea0f362db1 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 14 Apr 2019 09:20:58 +0800 Subject: ??? --- LectureNotesOnPython.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'LectureNotesOnPython.rst') diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst index eb36053..5251078 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -935,6 +935,7 @@ key与value互换 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python + d = { 'john':{'dob':'1990-10-23', 'height':'6 feet 5 inches'} } -- cgit v1.2.1