摘要: 现在python一共为我们提供了68个内置函数。它们就是python提供给你直接可以拿来使用的所有函数 输入输出相关 input() 输入 print() 输出 数据类型相关 type(l) 返回变量l的数据类型 内存相关: id(o) o是参数,返回一个变量的内存地址 hash(o) o是参数,返 阅读全文
posted @ 2017-08-01 15:52 NeitherCandidate 阅读(147) 评论(0) 推荐(0)