填空题
表达式list(map(list,zip(*[[1,2,3],[4,5,6]])))的值为()。
【参考答案】
[[1, 4], [2, 5], [3, 6]]
点击查看答案
