Commit 1e059f47 by BellCodeEditor

save project

parent 51fb1334
Showing with 5 additions and 3 deletions
...@@ -9,5 +9,7 @@ for i in message: ...@@ -9,5 +9,7 @@ for i in message:
text = str1+str2+str3 text = str1+str2+str3
final_text=final_text+text final_text=final_text+text
list(final_text) list(final_text)
data="sdkjuihjtmc".join(final_text) index=random.randint(0,len(final_text))
print(data) key2="fdsdfddsf"
\ No newline at end of file final_text.insert(index,key2)
print(final_text)
\ 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