Joke Collection Website - Public benefit messages - How to log in with python background verification code?

How to log in with python background verification code?

password

Import urllib

Import urllib2

Import cookielib

Definition acquisition (picurl):

'''

Request random_code pictures and cookie

'''

pic = opener.open(picurl)。 Reading ()

Take away ('. /verifyImg.jpg',' wb') as emptyPic:

EmptyPic.write (picture)

Define authentication information (image path):