Commit d964d068 by BellCodeEditor

auto save

parent 96f1763d
Showing with 9 additions and 3 deletions
...@@ -72,8 +72,10 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金 ...@@ -72,8 +72,10 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金
h = '逞其不备放大招。' h = '逞其不备放大招。'
c = '' c = ''
d = '!@#$%^^&*$%^%/*-/-@%@%$#^%^&^#%#$' d = '!@#$%^^&*$%^%/*-/-@%@%$#^%^&^#%#$'
f = input("碧玉妆成一树高,") fghj = 3
if f == h: while True:
f = input("碧玉妆成一树高,")
if f == h:
for i in b: for i in b:
str1 = i str1 = i
str2 = random.choice(a) str2 = random.choice(a)
...@@ -85,5 +87,8 @@ if f == h: ...@@ -85,5 +87,8 @@ if f == h:
e.insert(indext,d) e.insert(indext,d)
g = ''.join(e) g = ''.join(e)
print(g) print(g)
else: else:
print("暗号错误,请重新输入") 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