Commit 6ad98ebf by BellCodeEditor

save project

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