Commit ef89b1ab by BellCodeEditor

save project

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