Commit d9f4a68f by BellCodeEditor

save project

parent 4fa83816
Showing with 11 additions and 5 deletions
import random
key = "发的是否堵塞是范德萨发的是大幅度大师的飒飒的撒阿萨发广告"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
i = 0 final_text = "t"
while i<14: for i in message:
print(message[i]) str1 = i
i+=1 str2 = random.choice(key)
\ No newline at end of file str3 = random.choice(key)
text = str1+str2+str3
final_text=final_text+text
print(final_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