Skip to content

Commit

Permalink
Added help section
Browse files Browse the repository at this point in the history
  • Loading branch information
gto76 committed Feb 6, 2019
1 parent 2a397f2 commit 4c5f3fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
![Monty Python](web/image_888.jpeg)


Help
----
```python
>>> help(<package>)
>>> help(<function>)
>>> help(<object>)
```


Main
----
```python
Expand Down

0 comments on commit 4c5f3fb

Please sign in to comment.