Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-5-1
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
8637e781
authored
Dec 23, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
779c44c2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
fdf.py
fnsj.py
fym .py
fdf.py
0 → 100644
View file @
8637e781
m
=
"诺依,周末一起去看动漫展"
for
i
in
m
:
print
(
i
)
\ No newline at end of file
fnsj.py
0 → 100644
View file @
8637e781
m
=
"诺依,周末一起去看动漫展"
length
=
len
(
m
)
i
=
0
while
i
<
length
:
e
=
m
[
i
]
print
(
e
)
i
+=
1
\ No newline at end of file
fym .py
0 → 100644
View file @
8637e781
import
random
key
=
"drfgdrt哦苹果不能看不见不好看和亚运会歌"
m
=
"诺依,周末一起去看动漫展"
key_m
=
""
no
=
"@^*&^#$*$
%
^&&!*"
for
i
in
m
:
s1
=
i
s2
=
random
.
choice
(
key
)
s3
=
random
.
choice
(
key
)
text
=
s1
+
s2
+
s3
key_m
=
key_m
+
text
list_m
=
list
(
key_m
)
index
=
random
.
randint
(
0
,
len
(
key_m
))
list_m
.
insert
(
index
,
no
)
result_m
=
""
.
join
(
list_m
)
print
(
result_m
)
\ 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