Python3 字典 Values 方法 Python3 字典 Update 方法 Python3 time模块 time 方法 Python3 字典 Values 方法 #!/usr/bin/python3 dict = {'Sex': 'female', 'Age': 7, 'Name': 'Zara'} print ("Values : ", list(dict.values())) Python3 字典 Update 方法 Python3 time模块 time 方法