diff options
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'} } |