Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_7
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
46c974a9
authored
Nov 21, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
18891748
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
diy7.py
diy7.py
0 → 100644
View file @
46c974a9
import
random
key
=
"abcdefg周傻逼™卍而各地的就哈哈二雨哦拿不出手"
a
=
"ghyj周傻逼对于客户如五年所以的话系统文化!"
m
=
input
(
"请输入加密内容"
)
b
=
"周傻逼的月收入小公司的我确认装修成本你们立刻脚后跟范德萨五千人同意"
for
i
in
m
:
str3
=
i
str1
=
random
.
choice
(
key
)
str2
=
random
.
choice
(
key
)
text
=
str3
+
str1
+
str2
b
=
b
+
text
list_a
=
list
(
b
)
list_b
=
random
.
randint
(
1
,
len
(
m
))
list_a
.
insert
(
list_b
,
b
)
list_c
=
""
.
join
(
list_a
)
print
(
list_c
)
\ 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