alptangall commited on
Commit
dfc35ce
·
verified ·
1 Parent(s): de15eef

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -0
main.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import requests
2
+
3
+ def ping(url):
4
+ return requests.get(url)
5
+ ping('https://alptangall-k-e-p-0l1n3.hf.space/')