Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_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
94947960
authored
Jul 22, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
6d712a0f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
0 deletions
.py
2.py
gnsj.py
.py
0 → 100644
View file @
94947960
import
random
message
=
"色图共和国哦IE收入结构人机颇有景观设"
key
=
"abc234"
newmessage
=
"疏肝健脾"
for
i
in
message
:
range
(
len
(
message
)):
a
=
[
i
]
b
=
random
.
choice
(
key
)
c
=
random
.
choice
(
key
)
text
=
a
+
b
+
c
newmessage
+
text
message
+=
text
message1
=
list
(
newmessage
)
message1
=
insert
()
random
.
randint
(
0
,
len
())
message2
=
""
.
join
()
print
(
message2
)
\ No newline at end of file
2.py
0 → 100644
View file @
94947960
# import random
# message="色图共和国哦IE收入结构人机颇有景观设"
# key="abc234"
# newmessage="疏肝健脾"
# for i in message:
# a=i
# b=random.choice(key)
# c=random.choice(key)
# text=a+b+c
# newmessage+=text
# message1=list(newmessage)
# message1.insert(random.randint(0,len(message1)),12563756201)
# message2="".join(message1)
# print(message2)
\ No newline at end of file
gnsj.py
0 → 100644
View file @
94947960
name
=
"贝尔编程"
name
=
list
(
name
)
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