Avatar notebook default
5篇文章 · 3100字 · 1人关注
  • Python条件控制语句

    1,if条件语句 if语句中的条件判断不需要跟括号,并且以冒号作为标记符 if语句可以使用not运算 if ... else ...用法 if ...

  • Python函数

    函数定义 Python 定义函数使用 def 关键字,一般格式如下: 参数传递 在 python 中,strings, tuples, 和 nu...

  • Python列表与字典

    1. list列表 增加: append, insert, extend 删除: pop,remove 修改:通过索引改 查找:索引和切片, 2...

  • Resize,w 360,h 240
    Python字符串操作汇总

    字符串输出 字符串运算符 字符串内置函数 string.capitalize()[https://www.runoob.com/python/a...

  • Python基础知识

    1. Python中Unicode字符串 如果需要在程序中用到中文字符,需要在第一行增加:# -*- coding: utf-8 -*-不然会出...

文集作者