Skip to content

Commit

Permalink
Update python-5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denten committed Jun 7, 2016
1 parent b0ae27c commit 84fbfed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tutorials/python/python-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
[1]: https://docs.python.org/2/library/functions.html

```
a.[tab]
# what can a cat do?
# in iPython tab after the period to see what functions are attached to the object
# tab here
a.
def print_twice(bob):
print(bob)
Expand Down

0 comments on commit 84fbfed

Please sign in to comment.