Commit 97ccc9e4 by BellCodeEditor

auto save

parent b48975e0
Showing with 6 additions and 5 deletions
......@@ -8,9 +8,9 @@ message = "诺依,周末一起去看动漫展吧!"
str1 = ""
random.choice(key)
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
text = a+b+c
str1 = str1+text
a=i
b=random.choice(key)
c=random.choice(key)
text = a+b+c
str1 = str1+text
print(str1)
\ 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