NP23 删除好友
This commit is contained in:
parent
f0d2e1fd08
commit
fa01e9f5e5
13
NP/NP23.py
Normal file
13
NP/NP23.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# @author 轩辕龙儿
|
||||||
|
# @date 2022/10/26
|
||||||
|
# @file NP23.py
|
||||||
|
|
||||||
|
def solution():
|
||||||
|
name = input().split()
|
||||||
|
name.remove(input())
|
||||||
|
print(name)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
solution()
|
Loading…
Reference in New Issue
Block a user