Commit 05747a0d by BellCodeEditor

save project

parent 3fd5b236
Showing with 4 additions and 1 deletions
import random
a = "诺依,周末一起去看动漫展吧!"
b=list(a)
b.insert(4,"adhxha")
m=random.randint(0,len(b))
b.insert(m,"kkqoajsad")
c="".join(b)
print(c)
\ 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