Commit 8c19b720 by BellCodeEditor

save project

parent 2c859854
Showing with 4 additions and 1 deletions
...@@ -12,5 +12,8 @@ for i in range(len(message)): ...@@ -12,5 +12,8 @@ for i in range(len(message)):
c=random.choice(key) c=random.choice(key)
saty=a+b+c saty=a+b+c
key_message+=saty key_message+=saty
print(key_message) d=list(key_message)
d.isert(random.randint(1,len(d)),input())
e="".join(d)
print(e)
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