Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_6
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
5fb6c681
authored
Oct 05, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
28b993af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
diy4.py
diy4.py
View file @
5fb6c681
...
@@ -12,10 +12,13 @@ for i in message:# 请使用私钥key,对message进行加密
...
@@ -12,10 +12,13 @@ for i in message:# 请使用私钥key,对message进行加密
str3
=
random
.
choice
(
key
)
str3
=
random
.
choice
(
key
)
text
=
i
+
str2
+
str3
text
=
i
+
str2
+
str3
text1
=
text1
+
text
text1
=
text1
+
text
print
(
text1
)
list1
=
list
(
text1
)
list1
=
list
(
text1
)
list1
.
insert
(
2
,
jj
)
b
=
random
.
randint
(
0
,
len
(
list1
))
list1
.
insert
(
10
,
jj
)
a
=
random
.
randint
(
0
,
len
(
list1
))
list1
.
insert
(
a
,
jj
)
list1
.
insert
(
b
,
jj
)
text1
=
""
.
join
(
list1
)
text1
=
""
.
join
(
list1
)
print
(
lis
t1
)
print
(
tex
t1
)
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