以下python代码输出为 >>> a=[[1, 2]...
发布于 2022-03-02 17:08:46
以下python代码输出为
>>> a=[[1, 2], [3, 4]] >>> print map(list, zip(*a))
登录后免费查看答案
关注者
0
被浏览
23