Commit 49473c32 by BellCodeEditor

save project

parent ba187985
Pipeline #10671 failed in 0 seconds
Showing with 10 additions and 2 deletions
import random
key="jdlvhakhlkhsakfhksah"
message="诺依,周末一起去看动漫展吧!" message="诺依,周末一起去看动漫展吧!"
text = ""
for i in message: for i in message:
print(i) str1=i
\ No newline at end of file str2=random.choice(key)
str3=random.choice(key)
str4 =str1+str2+str3
text += str4
print(text)
\ 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