分类「Python学习」下的文章

Python 字典

1.字典和数据类型mycat ={'size'…

Python 列表

列表应用例子:1.打印出家里所有猫的名字catname=[…

Python 列表基础

1.列表的表现形式[1,2,3,4,5] ['a…

Python collatz序列

编写一个名为collatz()的函数,它有一个名为number 的参数。如果参数…

Python def函数中的异常处理

例子:def spam(div): return 42/d…