From 6347b0736b3466b572447236ad05c8bbdca7959a Mon Sep 17 00:00:00 2001 From: ym215658 <54924722+ym215658@users.noreply.github.com> Date: Mon, 6 Jan 2020 19:10:39 +0800 Subject: [PATCH] first commit --- test01.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test01.py 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