Skip to content

Commit 1b7a8ac

Browse files
Add files via upload
1 parent c032b02 commit 1b7a8ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import requests
2+
3+
r = requests.get('https://example.com')
4+
5+
print(r.text)
6+
print(r.headers)
7+
print(r.status_code)

0 commit comments

Comments
 (0)