Commit d33616bb by BellCodeEditor

save project

parent 524ba8b1
Showing with 3 additions and 1 deletions
......@@ -11,6 +11,7 @@ for i in message:
e=e+d
print(e)
k=list(e)
k.insert(2,s)
w=random.randint(0,len(key))
k.insert(w,s)
q=" ".join(k)
print(q)
\ 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