NP11 单词的长度

This commit is contained in:
轩辕龙儿 2022-10-25 13:22:47 +08:00
parent cd0538c103
commit 07624f6225

6
NP/NP11.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP11.py
s = input()
print(len(s))