Python 自学笔记《1》
摘要:
引入模块 import module_name 例如:import math 查看模块内容 dir(module_name) 例如:dir(math) 查看模块内函数的用法 help(module_name.function) 例如:help(math.sin) locals() BIF:返回当前作 阅读全文
posted @ 2016-01-28 17:20 Tob's_the_top 阅读(149) 评论(0) 推荐(0)
浙公网安备 33010602011771号