Commit c89163c9 by BellCodeEditor

save project

parent d10a0e0b
Pipeline #5813 failed in 0 seconds
Showing with 15 additions and 7 deletions
m="诺依,周末一起去看动漫展吧!" import random
length=len(m) m="诺依,周末一起去看动漫展吧!"
i=0 key="abcdefg你好就看看《?"
while i <length: key_massage=""
element=m[i]
print(element) for i in m:
i+=1 str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1 + str2 + str3
key_massage = key_massage + text
print(key_massage)
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