Commit 2143a463 by BellCodeEditor

save project

parent 9e712ddd
Showing with 4 additions and 3 deletions
...@@ -11,5 +11,6 @@ for i in message: ...@@ -11,5 +11,6 @@ for i in message:
text=i+str1+str2 text=i+str1+str2
t=t+text t=t+text
fs=list(t) fs=list(t)
fs.insert(random.randint(1,12),f) fs.insert(random.randint(1,len(message)),f)
print(fs) asd="".join(fs)
\ No newline at end of file print(asd)
\ 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