- 博客(6)
- 问答 (1)
- 收藏
- 关注
原创 【有关python3 列表remove方法的讨论】
有关python3 列表remove方法的讨论,以及牛客网题解解法1 n = int(input())l = list(map(int,input().split(' ')))m = int(input()) b = []for i in l: if i != m: b.append(i)print(len(b))for j in b: print(j, end=' ')解法2n = int(input())l = list(map(int,input().split
2022-02-16 15:45:02
197
空空如也
MADDPG算法中平均奖励图绘制
2021-07-26
TA创建的收藏夹 TA关注的收藏夹
TA关注的人