Commit f8020eab by BellCodeEditor

save project

parent e6dd056d
Showing with 2 additions and 18 deletions
import random
key = "abcdefg"
message = "诺依,周末一起去动漫展吧!"
key_message = "诺依,周末一起去动漫展吧!"
noise = "port:@ygzw489ek"
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text = str1+str2+str3
key_message = key_message +
goods = {'可口可乐':3,'旺仔牛奶'4'农夫山贼':5}
list_message = list(key_message)
index = random.randint(0, len(key_message))
list_message.insert(index, noise)
result_message = "".join(list_message)
print(key_message)
goods.pop(shanzei)
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