Commit 3015b12c by BellCodeEditor

save project

parent 7a656c1b
Showing with 8 additions and 0 deletions
import random
text = "我叫理个发,和奖励计划会计法"
li_text = list(text)
mnu = random.randint(0,len(li_text))
li_text.insert(mnu,"ldsugfv")
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