Skip to content

Instantly share code, notes, and snippets.

@codejockie
Created April 2, 2019 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codejockie/07c2728c70996b4fb433c43b7df14993 to your computer and use it in GitHub Desktop.
Save codejockie/07c2728c70996b4fb433c43b7df14993 to your computer and use it in GitHub Desktop.
Calendar tester
import urllib.request
url = "http://comp2152.gblearn.com/2019/winter/a1_tester.php"
tester_file = urllib.request.urlopen(url)
exec(tester_file.read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment