Commit 7031a345 by BellCodeEditor

save project

parent d2417640
Showing with 25 additions and 0 deletions
massage=input("你要加密什么密语?")
k="回复巨大佛Reid发给皇后哦"
import random
str5=""
for i in massage:
str1=i
str2=random.choice(k)
str3=random.choice(k)
str4=str1+str2+str3
str5=str5+str4
print(str5)
noise="ihfeihfhd"
list1=list(str5)
index=random.randint(0,len(list1))
list1.insert(index,noise)
str6="".join(list1)
print(str6)
import random
random.randint(1,9)
print()
\ 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