dir、help查询

1 #!/usr/bin/env python
2 li = []
3 print(dir(li))
4 help(list)

 

posted @ 2016-12-24 15:18  失落的黎明  阅读(123)  评论(0编辑  收藏  举报