摘要:
python中的模块,似乎有点java、.net中的类命名空间哟,只不过使用某个函数的时候需要使用如下格式:import mathmath.sqrt(9);也可以是如下形式哟from math import sqrtsqrt(9)导入复数import cmathcmath.sqrt(-1) 阅读全文
posted @ 2012-04-11 22:14
sm_wanghl
阅读(68)
评论(0)
推荐(0)
2012年4月11日