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
1cab2619
authored
Oct 24, 2020
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
e641e99b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
diy3.py
diy3.py
View file @
1cab2619
import
random
key
=
"abcdefg是unfndundwnwiwfpnwfnpqnfqiwn可灭免费"
message
=
"诺伊,周末一起去看动漫展吧!"
w
=
"f9-hef9hfh-923-ut 科目佛恶魔vomevmefifmi人家饿就人 各个贫困 就人经济去就 金融界国家给人家 改革国家i个【价格"
for
i
in
message
:
a
=
random
.
choice
(
key
)
b
=
random
.
choice
(
key
)
print
(
i
+
a
+
b
)
\ No newline at end of file
c
=
i
+
a
+
b
d
=
list
(
c
)
d
.
insert
(
3
,
w
)
f
=
""
.
join
(
d
)
print
(
f
)
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