NP11 单词的长度
This commit is contained in:
parent
cd0538c103
commit
07624f6225
6
NP/NP11.py
Normal file
6
NP/NP11.py
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# @author 轩辕龙儿
|
||||
# @date 2022/10/25
|
||||
# @file NP11.py
|
||||
s = input()
|
||||
print(len(s))
|
Loading…
Reference in New Issue
Block a user