Commit 92280ecb by BellCodeEditor

save project

parent b691bb1a
Showing with 3 additions and 1 deletions
import random
text="i吗v哦i热莫iv么肉i没凑满葱末如此吗免积分哦i莫i额"
port="张腾跃,凌子瑄,高晨翔,周子嘉,王祥旭"
li_text=list(text)
li_text.insert(-6,port)
li_text.insert(random.randint(-10,10),port)
new_text="".join(li_text)
print(new_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