Commit 476ec27a by BellCodeEditor

save project

parent f9b28bcd
Showing with 5 additions and 5 deletions
......@@ -3,9 +3,9 @@ import random
a="儿童的发给用户即可看好地方烦"
b=input("请输入加密语句:")
mmk="hjndjif"
listdd=list(a)
listdd=list(b)
for i in range(len(a)):
for i in range(len(b)):
listdd.insert(random.randint(0,len(listdd)),mmk)
a="".join(listdd)
print(a)
\ No newline at end of file
a="".join(listdd)
print(a)
\ No newline at end of file
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