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