首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
这个递归的返回值为什么是 0,1?
mintLeaf
·
2016-06-08 18:47:39 +08:00
· 2560 次点击
这是一个创建于 3075 天前的主题,其中的信息可能已经有所发展或是发生改变。
def a(i): if i==0: return i = i - 1
a(i)
print i
a(2)
返回值
print
def
return
2 条回复
•
2016-06-08 18:57:40 +08:00
1
aheadlead
2016-06-08 18:52:50 +08:00
为何不自己跑一下…
2
aheadlead
2016-06-08 18:57:40 +08:00
(标题也可以改啊)
你需要调整好你代码的缩进……
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2738 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms ·
UTC 11:43
·
PVG 19:43
·
LAX 03:43
·
JFK 06:43
Developed with
CodeLauncher
♥ Do have faith in what you're doing.