def xor(x): key=10 n="" for i in x: n+=chr(ord(i)^key) return n def shift(x): m=list(x) n=[] for i in m: ... Python, Perl and Golang Python.
確定! 回上一頁