def quadcube (x): return x**2, x**3 a, b = quadcube(3) print a print b
收藏
0人收藏
- 2016-01-27 09:00:06range() function with step by wubai
- 2016-03-30 17:06:57Compute prime numbers in Python by 山药
- 2016-05-30 13:57:40Input and Output: str() function: return representations of values which are human-readable by 西国の海妖
- 2016-08-19 09:32:50A generator function: creates its objects on the fly. by xwz
- 2016-11-01 21:25:50apply function by 风云轩
- 2016-12-01 09:01:16Loop can be applied to any 'iterable' object by 大猪
- 2016-12-28 14:31:27Check if a default parameter value being used by 西国の海妖
- 2017-03-06 11:05:34str() and repr(): Strings and floating point numbers, have two distinct representations. by 阮小七
- 2014-04-04 15:04:32Powell’s method of minimizing user-supplied function in Python by jack.chen
- 2016-05-30 13:57:42Input and Output: str() function: return representations of values which are human-readable by 西国の海妖
- 2016-08-19 09:50:37in function demo by 蟋蟀MM
相关聚客文章
- Best non-cryptographic hashing function in Python
- Function variations in Python
- Python笔记——数字类型的几个函数
- Python的function和unbound/bound method
- Python function 学习笔记(1)
- celery worker启动时”Segmentation fault” (core dumped)
- 定时器接口优化之function和bind
- Python Algorithms - C4 Induction and Recursion and
- 人生苦短,我用 Python
- 国内PyPI镜像及其配置方法
- Enhancing the Python experience on App Engine
- Gentoo下搭建python web环境(nginx+bottle+virtualenv+uwsg