python 内置函数
Table of Contents

内置变量

内置函数

>>> coerce(3,4.5)
(3.0, 4.5)
iter(collection) -> iterator
iter(callable, sentinel) -> iterator