NP24 淘汰排名最后的学生
This commit is contained in:
parent
fa01e9f5e5
commit
ea1f96fb56
13
NP/NP24.py
Normal file
13
NP/NP24.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# @author 轩辕龙儿
|
||||||
|
# @date 2022/10/26
|
||||||
|
# @file NP24.py
|
||||||
|
|
||||||
|
def solution():
|
||||||
|
names = input().split()
|
||||||
|
del names[-3:]
|
||||||
|
print(names)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
solution()
|
Loading…
Reference in New Issue
Block a user