NP19 列表的长度
This commit is contained in:
parent
ba1b1f31ce
commit
3e5da7ba6a
11
NP/NP19.py
Normal file
11
NP/NP19.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# @author 轩辕龙儿
|
||||||
|
# @date 2022/10/26
|
||||||
|
# @file NP19.py
|
||||||
|
|
||||||
|
def solution():
|
||||||
|
print(len(input().split()))
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
solution()
|
Loading…
Reference in New Issue
Block a user