Guest User

Untitled

a guest
Dec 9th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import urllib.request
  2. logo = urllib.request.urlopen("https://drive.google.com/..........download").read()
  3. f = open("qwe4udhcjfhgrty.txt", "wb")
  4. f.write(logo)
  5. f.close()
Add Comment
Please, Sign In to add comment