Commit d964d068 by BellCodeEditor

auto save

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