Commit 9343c41d by BellCodeEditor

save project

parent 121bbb5f
Showing with 5 additions and 2 deletions
import random
a=["丰富"]
c=list(a)
c.insert(1,"hgj")
c=list(a)
m=random randint(0,len(a))
c.insert(m,"hgj")
d="".join(c)
print(d)
\ 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