Skip to content

Commit

Permalink
Merge pull request #50 from ProNinja07/master
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
DeepNinja07x authored Sep 30, 2021
2 parents 65792ba + d527ab5 commit 0a39745
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Basic Scripts/request.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import requests

response = requests.get("")
print(response.json())
print(response.status_code)

0 comments on commit 0a39745

Please sign in to comment.