Commit 7cb2ca7d by BellCodeEditor

save project

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