Commit 3e9aab35 by BellCodeEditor

save project

parent 313ca433
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ allstr="" ...@@ -10,7 +10,7 @@ allstr=""
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str2=random.choice(key) str3=random.choice(key)
str=str1+str2+str3 str=str1+str2+str3
allstr=allstr+str allstr=allstr+str
print(allstr) print(allstr)
......
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