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
1282d229
authored
Jun 18, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
85333f46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
1.2.py
1.2.py
View file @
1282d229
import
random
key
=
"信息加密好酷呀!"
str
=
random
.
choice
(
key
)
print
(
str
)
\ No newline at end of file
key
=
"将不合格不合格的发货计划局给好吃V还国服会提高法官的如果吃饭都系度UU姐带你飞的进步"
G
=
"我们一起去"
new_str
=
""
for
i
in
G
:
str1
=
i
str2
=
random
.
choice
(
key
)
str3
=
random
.
choice
(
key
)
J
=
str1
+
str2
+
str3
new_str
=
new_str
+
J
print
(
new_str
)
\ 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