Commit 54688fab by BellCodeEditor

save project

parent 3579550e
Showing with 8 additions and 0 deletions
key1="诺依你好"
miwen="asdf"
list_key=list(key1)
import random
num=random.randint(0,len(list_key))
list_key.insert(num,miwen)
print("".join(list_key))
\ 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