Commit 3a67e3e5 by BellCodeEditor

save project

parent 1c197d62
Showing with 14 additions and 2 deletions
......@@ -16,4 +16,16 @@ print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"¥%……&*$%_*^&%(%^")
message2="".join(message1)
print(message2)
\ No newline at end of file
print(message2)
'''
for i in renge(len(message)):
a=message[1]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message
print(key_message)
'''
\ 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