Commit c8ec7a82 by BellCodeEditor

auto save

parent 0346e5dc
Showing with 7 additions and 2 deletions
......@@ -19,10 +19,15 @@ message = "诺依,周末一起去看动漫展吧!"
import random
key = "abc使用编程实现位移"
message = "诺依!"
key_message = ""
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
key_message = text
print(key_message)
key_message = key_message + text
print(key_message)
# import random
# key = "ehue使用编程实现位移"
# str = random.choice(key)
# 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