Commit b91d3c79 by BellCodeEditor

save project

parent 18891748
Showing with 9 additions and 0 deletions
import random
for d in range(4):
i = input("请输入:")
li_text = list(i)
mnu = random.randint(0,len(li_text))
li_text.insert(mnu,"ldsufjgfv")
abc= "".join(li_text)
print(abc)
\ 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