Commit b9c5ec09 by BellCodeEditor

save project

parent b1bb95b4
Showing with 1 additions and 5 deletions
......@@ -12,7 +12,4 @@ for i in range(len(message)):
c=random.choice(key)
d=a+b+c
key_message=key_message+d
m1=list(key_message)
m1.insert(random.randint(0,len(m1)),"%#$^%&#$$@%$%^*&")
m2=("".join(m1))
print(m2)
\ No newline at end of file
print(key_message)
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