Commit 3018de89 by BellCodeEditor

save project

parent 0047fd35
Showing with 8 additions and 0 deletions
import random
key_message="我是一个帅小伙"
likey=list(key_message)
a=random.randint(0,len(key_message))
likey.insert(a,"jdhufhcuiue1835")
tt="".join(likey)
print(tt)
\ 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