Python创建一定长度的空数组 ansArr = [0] * (m + n)

Python创建一定长度的数组

ansArr = [0] * (m + n)

posted @ 2022-07-27 17:05  bH1pJ  阅读(147)  评论(0)    收藏  举报