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