Commit 966d9a7d by BellCodeEditor

save project

parent caf4acfd
Showing with 2 additions and 8 deletions
import random dict_hero{"猴一":10,"猴2":21,"猴5":22,"猴队长":29,"猴7":30}
a = "诺依,周末一起去看动漫展吧!" \ No newline at end of file
b=list(a)
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