橘子味的心
标题:Python3 Dir 函数

Python3 Dir 函数

#!/usr/bin/python3

# Import built-in module math
import math

content = dir(math)
print (content)

目录

分类