This commit is contained in:
zhaoyafan 2023-03-10 15:39:13 +08:00
parent 54a5c5851d
commit b59efd7695
1 changed files with 1 additions and 0 deletions

View File

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