l5=requests.get("http://www.pythonchallenge.com/pc/def/banner.p")
body = l5.text
lists = pickle.loads(body)
for line in lists:
ret = ''
for num in line:
ret += num[0]*num[1]
print ret
得channel
2024-01-30 23:23:22
l5=requests.get("http://www.pythonchallenge.com/pc/def/banner.p")
body = l5.text
lists = pickle.loads(body)
for line in lists:
ret = ''
for num in line:
ret += num[0]*num[1]
print ret
得channel
下一篇:Asp.Net验证码3