Commit 1e059f47 by BellCodeEditor

save project

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