k.e.p-0l1n3-1 / main.py
alptangall's picture
Create main.py
dfc35ce verified
raw
history blame
109 Bytes
import requests
def ping(url):
return requests.get(url)
ping('https://alptangall-k-e-p-0l1n3.hf.space/')