Commit 9ab75f33 by BellCodeEditor

save project

parent c2a4a2aa
Showing with 11 additions and 2 deletions
......@@ -7,6 +7,7 @@ message = "诺依,周末一起去看动漫展吧!"
jpo = "ihshshdert"
# 请使用私钥key,对message进行加密
e = ""
e = input()
for i in message:
a = random.choice(key)
b = random.choice(key)
......@@ -16,4 +17,12 @@ e2 = list(e)
u = random.randint(0,len(e))
e2.insert(u,jpo)
b2 = "".join(e2)
print(b2)
\ No newline at end of file
print(b2)
e2.remove(jpo)
k = "".join(e2)
j = 0
while(j<len(k)):
print(j,end="")
j += 3
\ 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