commit 6347b0736b3466b572447236ad05c8bbdca7959a Author: ym215658 <54924722+ym215658@users.noreply.github.com> Date: Mon Jan 6 19:10:39 2020 +0800 first commit diff --git a/test01.py b/test01.py new file mode 100644 index 0000000..c8ef35c --- /dev/null +++ b/test01.py @@ -0,0 +1,3 @@ +import requests +response=requests.get('https://www.baidu.com') +print(response.status_code) \ No newline at end of file