美文网首页python学习笔记
python练手_60-字符串长度

python练手_60-字符串长度

作者: 学子CH | 来源:发表于2019-02-17 17:30 被阅读0次
    # -*- coding:utf-8 -*-
    # @Author: CH
    """
    @project: python study
    @time:2019/1/7-23:53
    @file_name:【程序60】字符串长度.py
    @IDE:PyCharm 
    @else: DO NOT STOP STUDYING!!!
    """
    # 题目 计算字符串长度。
    #
    # 程序分析 无。
    s='zhangguang101'
    print(len(s))
    
    

    相关文章

      网友评论

        本文标题:python练手_60-字符串长度

        本文链接:https://www.haomeiwen.com/subject/baameqtx.html