Skip to content

Commit 9450b82

Browse files
committed
Moved help section
1 parent 4c5f3fb commit 9450b82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

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

99

10-
Help
10+
Main
1111
----
1212
```python
13-
>>> help(<package>)
14-
>>> help(<function>)
15-
>>> help(<object>)
13+
if __name__ == '__main__':
14+
main()
1615
```
1716

1817

19-
Main
18+
Help
2019
----
2120
```python
22-
if __name__ == '__main__':
23-
main()
21+
>>> help(<package>)
22+
>>> help(<function>)
23+
>>> help(<object>)
2424
```
2525

2626

0 commit comments

Comments
 (0)