Commit c89163c9 by BellCodeEditor

save project

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