Commit 6ad98ebf by BellCodeEditor

save project

parent 532e5b17
Showing with 5 additions and 2 deletions
...@@ -14,4 +14,7 @@ for i in message: ...@@ -14,4 +14,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
sb=sb+text sb=sb+text
li=list(sb) li=list(sb)
print(li) indext=random.randint(0,len(li))
\ No newline at end of file li.insert(indext,key)
liee="".join(li)
print(liee)
\ 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