Commit 215cbc7d by BellCodeEditor

save project

parent 3018de89
Showing with 12 additions and 8 deletions
key_message="我是一个帅小伙"
likey=list(key_message)
index=random.randint(0,len(key_message))
likey.insert(index,"jdhufhcuiue1835")
tt="".join(likey)
print(tt)
\ No newline at end of file
import random for i in range(5):
key_message="我是一个帅小伙" if i==3:
likey=list(key_message) break
a=random.randint(0,len(key_message)) print(i)
likey.insert(a,"jdhufhcuiue1835") \ No newline at end of file
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