Commit 570470cd by BellCodeEditor

save project

parent 459c3a59
Showing with 1 additions and 2 deletions
......@@ -12,10 +12,9 @@ for i in message :
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=text+str1+str2+str3
text=list(message)
text=list(text)
text.insert(5,u)
text="".join(text)
print(text)
......
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