Skip to content

Commit 4c5f3fb

Browse files
committed
Added help section
1 parent 2a397f2 commit 4c5f3fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
77
![Monty Python](web/image_888.jpeg)
88

99

10+
Help
11+
----
12+
```python
13+
>>> help(<package>)
14+
>>> help(<function>)
15+
>>> help(<object>)
16+
```
17+
18+
1019
Main
1120
----
1221
```python

0 commit comments

Comments
 (0)