Advertisement
Guest User

Untitled

a guest
Feb 17th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. from urllib.request import*
  2. try:print(bool(urlopen(input())))
  3. except:print(0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement