Commit 53f724c7 by BellCodeEditor

auto save

parent 60fe2cc0
Showing with 3 additions and 2 deletions
...@@ -13,7 +13,7 @@ for i in message: ...@@ -13,7 +13,7 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
str=str+str1+str2+str3 str=str+str1+str2+str3
list1=list(str) list1=list(str)
p=random. p=random.randint(0,len(list1))
list1.insert(,a) list1.insert(p,a)
str="".join(list1) str="".join(list1)
print(str) print(str)
\ 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