Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6b4de833
authored
Aug 19, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
d964d068
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
6 deletions
diy.py
diy.py
View file @
6b4de833
...
@@ -72,10 +72,19 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金
...
@@ -72,10 +72,19 @@ b = '我国天启坦克研究成功,装备了等离子机光炮,宇宙合金
h
=
'逞其不备放大招。'
h
=
'逞其不备放大招。'
c
=
''
c
=
''
d
=
'!@#$
%
^^&*$
%
^
%
/*-/-@
%
@
%
$#^
%
^&^#
%#
$'
d
=
'!@#$
%
^^&*$
%
^
%
/*-/-@
%
@
%
$#^
%
^&^#
%#
$'
fghj
=
3
fjgh
=
'李白找地鼠,炸成2百五。'
a1
=
'khlhglahglahamanahgh ghghahguahguahgjbgjahgiuahgkahbgakbgagfaugiaegbhg;oajgkagpueaitghe'
a2
=
'hfalfhafaohflahflahflsahfaiuh'
a3
=
'kshglshglsehtsinyhlsnglsihlshlshlghslgslgbslhglsgblushguslghulshglshglsh;stpestn;tgesl'
a4
=
'lgksgjs;ogsgsugspmgshugsjgksehnghgsiluhglsihgiulghsuhgshls'
while
True
:
while
True
:
f
=
input
(
"碧玉妆成一树高,"
)
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
:
for
i
in
b
:
str1
=
i
str1
=
i
str2
=
random
.
choice
(
a
)
str2
=
random
.
choice
(
a
)
...
@@ -87,8 +96,47 @@ while True:
...
@@ -87,8 +96,47 @@ while True:
e
.
insert
(
indext
,
d
)
e
.
insert
(
indext
,
d
)
g
=
''
.
join
(
e
)
g
=
''
.
join
(
e
)
print
(
g
)
print
(
g
)
break
else
:
else
:
print
(
"暗号错误,请重新输入"
)
print
(
"暗号错误,请重新输入"
)
if
fghj
==
0
:
print
(
"已锁定!"
)
break
# a=int(input())
\ No newline at end of file
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment