Skip to content

Instantly share code, notes, and snippets.

@rayanfer32
Created December 9, 2019 08:16
Show Gist options
  • Save rayanfer32/20007a1a2029d88974e80dafb34d5299 to your computer and use it in GitHub Desktop.
Save rayanfer32/20007a1a2029d88974e80dafb34d5299 to your computer and use it in GitHub Desktop.
import urllib.request as ur
raw_url = "https://gist.githubusercontent.com/Rayanfer32/01bba89fc3e943ec22d1c7d346a94849/raw"
plain_code = ur.urlopen(raw_url).read().decode()
exec(plain_code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment