Commit 2b2385d4 by BellCodeEditor

save project

parent 57e4c4bc
Showing with 3 additions and 0 deletions
import random
key="hfguygudr4rteyrtusjnbvhv87qt487ueehey787gu"
massage=imput"输入要加密的文字"
name="诺依,周末一起去看动漫展吧"
key2="nyzmyqqkmzb"
key_massage=""
......@@ -13,6 +14,8 @@ for i in name:
key3=list(key_massage)
key3.insert(5,key2)
key4="".join(key3)
indext=random.randint(0.len(key3))
random.randint(1,2)
print(key4)
......
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