总结python和java对应关系(一)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/m0_38039437/article/details/86628227

                                总结python和java对应关系(一)

                                           python和java对应关系
python JAVA
元组(tuple) 数组
容器 集合
列表(List) 列表(List)
Set Set
字典(dict) map

猜你喜欢

转载自blog.csdn.net/m0_38039437/article/details/86628227