学习笔记(2):零基础掌握 Python 入门到实战-字典与集合,你真的了解吗?(一)

it2023-09-12  70

立即学习:https://edu.csdn.net/course/play/26676/338780?utm_source=blogtoedu

定义:

d = {}

d = { 'key':  'value' }

d = dict(a=1, b=2, c=3)

相关资源:微信小程序源码-合集6.rar
最新回复(0)