Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_2
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
590bdf0c
authored
Oct 04, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
cde123e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
hgvd.py
nbhif
ygoi
hgvd.py
0 → 100644
View file @
590bdf0c
import
random
message
=
"诺依,周末一起去看动漫展吧!"
key
=
"jfejifdi即基金当特殊工艺无可还是我头发的(⊙o⊙)"
str5
=
""
key2
=
"qwertuikmnbvcxs"
for
i
in
message
:
str1
=
i
str2
=
random
.
choice
(
key
)
str3
=
random
.
choice
(
key
)
str4
=
str1
+
str2
+
str3
str5
=
str5
+
str4
str6
=
list
(
str5
)
str6
.
insert
(
4
,
key2
)
str7
=
""
.
join
(
str6
)
nbhif
0 → 100644
View file @
590bdf0c
ygoi
0 → 100644
View file @
590bdf0c
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