Commit d964d068 by BellCodeEditor

auto save

parent 96f1763d
Showing with 21 additions and 16 deletions
...@@ -72,18 +72,23 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金 ...@@ -72,18 +72,23 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金
h = '逞其不备放大招。' h = '逞其不备放大招。'
c = '' c = ''
d = '!@#$%^^&*$%^%/*-/-@%@%$#^%^&^#%#$' d = '!@#$%^^&*$%^%/*-/-@%@%$#^%^&^#%#$'
f = input("碧玉妆成一树高,") fghj = 3
if f == h: while True:
for i in b: f = input("碧玉妆成一树高,")
str1 = i if f == h:
str2 = random.choice(a) for i in b:
str3 = random.choice(a) str1 = i
next=str1+str2+str3 str2 = random.choice(a)
c=c+next str3 = random.choice(a)
e = list(c) next=str1+str2+str3
indext = random.randint(1,20) c=c+next
e.insert(indext,d) e = list(c)
g = ''.join(e) indext = random.randint(1,20)
print(g) e.insert(indext,d)
else: g = ''.join(e)
print("暗号错误,请重新输入") print(g)
\ No newline at end of file else:
print("暗号错误,请重新输入")
if fghj == 0:
print("已锁定!")
break
\ 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