题解 | 序列中删除指定数字

序列中删除指定数字

https://www.nowcoder.com/practice/7bbcdd2177a445a9b66da79512b32dd7

n = int(input())
l = list(map(int, input().split()))
m = int(input())
while m in l:
    l.remove(m)
print(' '.join(map(str, l)))

全部评论

相关推荐

评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务