Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import urllib
- post_data = {"LastName":"Moorthy", "sPhone":"0644", "1/31/2014-8":True}
- post_args = urllib.urlencode(post_data)
- cnnct = urllib.urlopen("http://http://www.avon.k12.ct.us/info/lmc/default.asp?SID=20160487", post_args).read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement