题解 | #删除好友#

删除好友

https://www.nowcoder.com/practice/656f7d09fe9c4d78919e7cc2b4a19c81

names = input()
name_to_del = input()
name_list = names.split()
name_list.remove(name_to_del)
print(name_list)

全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务