点击运行
#!/usr/bin/python #Import built-in module math import math content = dir(math) print content
运行结果 :
正在执行...