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
d964d068
authored
Aug 18, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
96f1763d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
diy.py
diy.py
View file @
d964d068
...
@@ -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
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