diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2019-04-14 09:20:58 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2019-04-14 09:20:58 +0800 |
commit | d6238dc98efbc5f0c88b62daf6047dea0f362db1 (patch) | |
tree | dc377fcd9aec1185c5529541045581a75545aef0 /LectureNotesOnPython.rst | |
parent | 6f32f826ccfd10ae01b735b6f70aa868f1be3455 (diff) |
???
Diffstat (limited to 'LectureNotesOnPython.rst')
-rw-r--r-- | LectureNotesOnPython.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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'} } |