+ 1
Where can i find the descriptions of different module of Python.
3 Respostas
+ 2
# Quickie:
import sys
print(sys.__doc__)
# App: Python Documentation by Little Drops
0
https://docs.python.org/3/tutorial/modules.html
https://docs.python.org/2/tutorial/modules.html
0
import module_name
help('module_name')