C语言考题:Find the key in the picture,good luck..

str1="Find the key in the picture,good luck.."  
for i in range(256):
    for j in range(39):
        b=(ord(str1[j])^j)
        print bin(b)

posted @ 2017-08-22 13:11  pop_PY  阅读(248)  评论(0编辑  收藏  举报