Commit e22b9566 by BellCodeEditor

save project

parent 2c656110
Pipeline #4413 failed in 0 seconds
Showing with 8 additions and 4 deletions
import random import random
key = "asasasasssssssssssssssssssssssssssssssssssssssssssssss" key = "abcdefg使用编程实现唯一替换加密,制作密码机关真是太好玩了哈哈哈?"
message = "deyweyw" message = "诺伊,周末一其去看动漫展吧?"
key_message ="" key_message =""
noise="port:@#$%^&"
for i in key_message: for i in key_message:
str = 1 str = 1
str = random.choice(key) str = random.choice(key)
str = random.choice(key) str = random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
key_message = key_message + text key_message = key_message + text
print(key_message) list_message=list(key_message)
list_message.insert(5,noise)
list_message="",join(list_message)
print(result_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