書上寫requests是一個模組
我用python shell 打上requests 也顯示是module
它顯示到最後是一個__int__.py 而不是requests.py
<module 'requests' from
'C:\.......\\Python35\\lib\\requests\\__init__.py'>
我的認知是模組是一個py檔 目前我會的是這樣
所以我也看不懂requests.get() 那get()到底在哪
我認為get()應該在在一個requests.py 檔內
我是哪裡弄錯了呢?