摘要: list_m = None# # 1.[2,0,2,0] >[2,2,0,0]# 1.[2,0,0,2] >[2,2,0,0]def zero_to_end(): print(list_m) for r in range(-1,-len(list_m)-1,-1): if list_m[r]==0: 阅读全文
posted @ 2020-04-22 16:59 张南笙sour 阅读(377) 评论(1) 推荐(0)