Commit 51b6068d by BellCodeEditor

save project

parent 5466e008
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ for i in m: ...@@ -16,7 +16,7 @@ for i in m:
list1=list(str) list1=list(str)
p=random.randint(0,len(list1)) p=random.randint(0,len(list1))
list1.insert(6,n) list1.insert(p,n)
str=''.join(list1) str=''.join(list1)
print(str) print(str)
......
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