Commit 8bbb2564 by BellCodeEditor

save project

parent 5c8db41c
Showing with 2 additions and 1 deletions
......@@ -12,6 +12,6 @@ for i in message:
s3=random.choice(key)
t=t+s1+s2+s3
list_t=list(t)
list_t.insert(7,t1)
list_t.insert(random(0,len(message)),t1)
t="".join(list_t)
print(t)
\ 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