Commit 73b45bdf by BellCodeEditor

save project

parent 892ad525
Showing with 10 additions and 0 deletions
key1 = "诺伊你好"
mi = "skss"
list_key = list(key1)
import random
num = random.randint(0,len(list_key)-1)
list_key.insert(num,mi)
print(key1)
print(list_key)
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