Browse Source

Added help section

pull/19/head
Jure Šorn 6 years ago
parent
commit
4c5f3fb18d
1 changed files with 9 additions and 0 deletions
  1. 9
      README.md

9
README.md

@ -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

Loading…
Cancel
Save