Commit c58ebb18 by BellCodeEditor

save project

parent c4aed89d
Showing with 11 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)
print(key1)
print(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