Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ced01f5

Browse files
committed
Fix syntax for inspecting imported numpy package
1 parent be34a7b commit ced01f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Notes/09_Packages/02_Third_party.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ the same steps as above:
5050

5151
```python
5252
>>> import numpy
53+
>>> numpy
5354
<module 'numpy' from '/usr/local/lib/python3.6/site-packages/numpy/__init__.py'>
5455
>>>
5556
```

0 commit comments

Comments
 (0)