Commit e2951c2b by BellCodeEditor

save project

parent c58ebb18
Showing with 3 additions and 3 deletions
...@@ -3,8 +3,7 @@ mi = "skss" ...@@ -3,8 +3,7 @@ mi = "skss"
list_key = list(key1) list_key = list(key1)
import random import random
num = random.randint(0,len(list_key)-1) num = random.randint(0,len(list_key)-1)
list_key.insert(num) list_key.insert(num,mi)
print(key1) print(key1)
print(list_key) 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