python基础知识

文章目录

    • python
    • 安装
    • 基础
      • print
      • 注释
      • 保留字
      • 赋值
      • 变量
    • 标准数据类型
      • 数字(number)
        • 函数
      • 字符串(string)
        • 函数
        • .format():格式化字符串
        • .center(数量,字符):格式化输出,居中显示
        • .find(str, [beg=, end=]):查找字符串的下标
        • len()
        • replace()
      • 列表(list)

你可能感兴趣的:(面试,学习路线,阿里巴巴,python,pycharm,开发语言,mysql,maven)