Browse Source

Moved help section

pull/19/head
Jure Šorn 6 years ago
parent
commit
9450b8285d
1 changed files with 7 additions and 7 deletions
  1. 14
      README.md

14
README.md

@ -7,20 +7,20 @@ or [Fork me on GitHub](https://github.com/gto76/python-cheatsheet).
![Monty Python](web/image_888.jpeg)
Help
Main
----
```python
>>> help(<package>)
>>> help(<function>)
>>> help(<object>)
if __name__ == '__main__':
main()
```
Main
Help
----
```python
if __name__ == '__main__':
main()
>>> help(<package>)
>>> help(<function>)
>>> help(<object>)
```

Loading…
Cancel
Save