python練習_70-文字列長II

345 ワード

# -*- coding:utf-8 -*-
# @Author: CH
"""
@project: python study
@time:2019/1/8-0:01
@file_name:【  70】     II.py
@IDE:PyCharm 
@else: DO NOT STOP STUDYING!!!
"""
#         ,         , main        ,      。
#
#       。
def lenofstr(s):
    return len(s)

print(lenofstr('tanxiaofengsheng'))