We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5f3fb commit 9450b82Copy full SHA for 9450b82
README.md
@@ -7,20 +7,20 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
7

8
9
10
-Help
+Main
11
----
12
```python
13
->>> help(<package>)
14
->>> help(<function>)
15
->>> help(<object>)
+if __name__ == '__main__':
+ main()
16
```
17
18
19
-Main
+Help
20
21
22
-if __name__ == '__main__':
23
- main()
+>>> help(<package>)
+>>> help(<function>)
+>>> help(<object>)
24
25
26
0 commit comments