Commit 54df56ff by BellCodeEditor

save project

parent e8c71395
Showing with 7 additions and 4 deletions
import random
lyw=""
syx="时代少年团"
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
message=input("时代少年团")
lb="liuyaowen"
lyw=""
syx=""
lm="文轩文轩文轩文轩"
for i in syx:
str1=i
......@@ -10,6 +12,6 @@ for i in syx:
syx=str1+str2+str3
lyw=lyw+syx
lb=list(lyw)
lb2=lb.insert(3,lm)
lyw1="".join(lb2)
lb.insert(random.randint(0,len(lb)),lm)
lyw1="".join(lb)
print(lyw1)
\ 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