1.列表的表现形式[1,2,3,4,5]
['a…
2019-07-05
Python学习编程&脚本
暂无评论
编写一个名为collatz()的函数,它有一个名为number 的参数。如果参数…
2019-07-05
Python学习编程&脚本
2 条评论
例子:def spam(div):
return 42/d…
2019-07-04
Python学习编程&脚本
暂无评论
例子:def spam():
global egg
…
2019-07-04
Python学习编程&脚本
暂无评论
例子:def spam():
egg = "sp…
2019-07-04
Python学习编程&脚本
暂无评论