Commit 2b0a20a5 by BellCodeEditor

save project

parent 491168c1
Showing with 6 additions and 2 deletions
...@@ -11,4 +11,9 @@ for i in range(len(message)): ...@@ -11,4 +11,9 @@ for i in range(len(message)):
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
key_message+=str1+str2+str3 key_message+=str1+str2+str3
print(key_message) a=list(key_message)
\ No newline at end of file for j in range(7):
a.insert(random.randint(0,len(key_message)),random.choice(key))
c="".join(a)
print(c)
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