Mythus commited on
Commit
d8ea0cf
·
verified ·
1 Parent(s): 9927394

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +3 -0
run.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import requests
2
+ response = requests.get("https://filmpertutti.casino/?s=Person+of+Interest")
3
+ print(response.text)