Commit 6b4de833 by BellCodeEditor

auto save

parent d964d068
Showing with 54 additions and 6 deletions
......@@ -72,10 +72,19 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金
h = '逞其不备放大招。'
c = ''
d = '!@#$%^^&*$%^%/*-/-@%@%$#^%^&^#%#$'
fghj = 3
fjgh = '李白找地鼠,炸成2百五。'
a1 = 'khlhglahglahamanahgh ghghahguahguahgjbgjahgiuahgkahbgakbgagfaugiaegbhg;oajgkagpueaitghe'
a2 = 'hfalfhafaohflahflahflsahfaiuh'
a3 = 'kshglshglsehtsinyhlsnglsihlshlshlghslgslgbslhglsgblushguslghulshglshglsh;stpestn;tgesl'
a4 = 'lgksgjs;ogsgsugspmgshugsjgksehnghgsiluhglsihgiulghsuhgshls'
while True:
f = input("碧玉妆成一树高,")
if f == h:
fghj = input("除何日当午,地雷埋下土。")
a5 = input("暗号")
a6 = input("暗号")
a7 = input("暗号")
a8 = input("暗号")
if f == h and fghj == fjgh and a1 == a5 and a6 == a2 and a3 == a7 and a8 == a4:
for i in b:
str1 = i
str2 = random.choice(a)
......@@ -87,8 +96,47 @@ while True:
e.insert(indext,d)
g = ''.join(e)
print(g)
break
else:
print("暗号错误,请重新输入")
if fghj == 0:
print("已锁定!")
break
\ No newline at end of file
# a=int(input())
# b=int(input())
# c=a+b
# print(a+b)
# print(c)
# a=int(input())
# b=int(input())
# c=int(input())
# d=(a+b)*c
# print(d)
# a=int(input())
# b=int(input())
# c=int(input())
# d=(a+b)/c
# print(d)
# a=int(input())
# b=int(input())
# c=a//b
# d=a%b
# print(c,d)
# a=int(input())
# b=int(input())
# c=(b-2*a)/2
# d=a-c
# print(c,d)
\ 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