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
85dcfd2b
authored
Jan 13, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
48d84816
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
vfg.py
vfg.py
0 → 100644
View file @
85dcfd2b
import
random
key
=
"信息加密好酷啊!发一套一套衣服头发发图大润发脱衣服的人大润发通过他摇摇头认识到人多手杂剩下的人土地规划法规沣东新城鲱鱼罐头发个语音芳古园"
message
=
"诺依,周末一起去看动漫展吧!"
key_message
=
""
noise
=
"统一土地费用贵枫语过,吧你,看见了及配件发广告的部分地方需符合人的丰富他的奋斗光和热撒上发的发的粉色闪电发的规范和哪个航空路潘金莲航空科技控股和"
for
i
in
message
:
s1
=
i
s2
=
random
.
choice
(
key
)
s3
=
random
.
choice
(
key
)
t
=
s1
+
s2
+
s3
key_message
=
key_message
+
t
list_message
=
list
(
key_message
)
list_message
.
insert
(
5
,
noise
)
result_message
=
""
.
join
(
list_message
)
print
(
result_message
)
\ 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