This commit is contained in:
zhaoyafan 2023-03-10 15:37:39 +08:00
commit 54a5c5851d
2 changed files with 3 additions and 0 deletions

2
mian.py Normal file
View File

@ -0,0 +1,2 @@
import requests
requests.get('https://www.baidu.com/').status_code == 200 and print('Hello World.')

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
requests==2.28.2