Commit 15f7038d by BellCodeEditor

save project

parent e86953a5
Showing with 17 additions and 11 deletions
# import random
# # 私钥
# key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
......@@ -18,12 +18,19 @@
# message2="".join(message1)
# print(message2)
message = "hallo"
lngth = len(message)
i = 0
while i < lngth:
element = message[i]
print(element)
i +=1
lb = random.randint(message)
print(lb)
\ No newline at end of file
import random
sk = "kjdhhakuebhfiuwbfuw whf wgfwif,,.lmawdjhoh9w2o 2o"
lkb = "不是吧不是吧难道单押也算押无视他无视他蓝调专家也算家他们根本从来都不听说唱"
sk_lkb = ""
for i in lkb:
q = i
w = random.choice(sk)
e = random.choice(sk)
op = q + w + e
sk_lkb = sk_lkb + op
print(sk_lkb)
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