Python数据结构与Java数据结构的对照关系

版权声明:转载请注明出处 https://blog.csdn.net/github_37412255/article/details/79788188

元组(()) –> 数组(Array)
列表 ([])–> 列表(List)
字典({})–> 映射(Map)
集合(set())–> 集合(Set)

猜你喜欢

转载自blog.csdn.net/github_37412255/article/details/79788188