Commit 267cf597 by BellCodeEditor

save project

parent aba313c9
Showing with 4 additions and 2 deletions
...@@ -13,6 +13,8 @@ for i in message: ...@@ -13,6 +13,8 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
apple = apple+text apple = apple+text
noise = "port:@#$%^&"
apple = list(apple)
apple.insert(5,noise)
apple="".join(apple)
print(apple) print(apple)
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