Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_3
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
766bad8c
authored
Feb 27, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
3d26f8e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
1.py
1.py
View file @
766bad8c
...
@@ -3,6 +3,7 @@ key = "共和国很纠结客户端本身就开发和融合的居然就开了个
...
@@ -3,6 +3,7 @@ key = "共和国很纠结客户端本身就开发和融合的居然就开了个
message
=
"很过分的"
message
=
"很过分的"
g
=
"hjkldsfgsdfghadfghwertyzxcvbn"
g
=
"hjkldsfgsdfghadfghwertyzxcvbn"
c
=
""
c
=
""
x
=
random
for
i
in
message
:
for
i
in
message
:
a1
=
i
a1
=
i
a2
=
random
.
choice
(
key
)
a2
=
random
.
choice
(
key
)
...
@@ -10,6 +11,7 @@ for i in message:
...
@@ -10,6 +11,7 @@ for i in message:
b
=
a1
+
a2
+
a3
b
=
a1
+
a2
+
a3
c
=
c
+
b
c
=
c
+
b
h
=
list
(
c
)
h
=
list
(
c
)
h
.
insert
(
3
,
g
)
x
=
random
.
randint
(
0
,
len
(
g
))
h
.
insert
(
x
,
g
)
n
=
""
.
join
(
h
)
n
=
""
.
join
(
h
)
print
(
n
)
print
(
n
)
\ 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