Commit b0cfb123 by BellCodeEditor

save project

parent 18891748
Showing with 12 additions and 0 deletions
import random
e="hnggjkjejsjkjgkjkdj尽快发的健康科技的会计会计会计考试考务费费"
y=input("请输出要加密的语句")
g="%^*%@*&%%%$$@(&*^%)"
#要加密好的语句
e_y=""
list_y=list(y)
for i in range(len(list_y)):
list_y.insert(random.randint(0,len(list_y)),g)
y="".join(list_y)
print(y)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment