Y
Hacker News
new
|
ask
|
show
|
jobs
by
knowtheory
5567 days ago
Thanks :) that will be useful if i dig back into mucking around with Python.
1 comments
merijnv
5566 days ago
Better yet, use the help() function instead, which also displays the docstrings for said object and functions (assuming the programmer gave those, which fortunately holds for the entire stdlib).
link