Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_4
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
11649950
authored
Feb 18, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
1e91f536
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
3 deletions
324567890.py
diy4.py
fh.py
yuiop[.py
324567890.py
0 → 100644
View file @
11649950
for
i
in
range
(
1
,
6
):
print
(
""
*
(
5
-
i
),
'*'
*
())
diy4.py
View file @
11649950
import
random
key
=
"2去啊无色的人方提供用户经济口里恐惧婚姻共同繁荣的投放要回家哦"
message
=
"import randomimport random
# 私钥
key
=
"abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
...
...
@@ -18,5 +17,5 @@ print(key_message)
message1
=
list
(
key_message
)
message1
.
insert
(
random
.
randint
(
0
,
len
(
message1
)),
"¥
%
……&*$
%
_*^&
%
(
%
^"
)
message2
=
""
.
join
(
message1
)
print(message2
哦他怕我课题将更加丰富奖金额卡卡卡是"
print
(
message2
)
key_message
=
""
fh.py
0 → 100644
View file @
11649950
list1
=
[
8
,
3
,
5
,
2
,
1
,
6
,
9
,
7
]
for
i
in
range
(
len
(
list1
)):
for
j
in
range
(
len
(
list1
)
-
i
-
1
):
if
list1
[
j
]
>
list1
[
j
+
1
]:
list1
[
j
],
list1
[
j
+
1
]
=
list1
[
j
+
1
],
list1
[
j
]
print
(
list1
)
yuiop[.py
0 → 100644
View file @
11649950
for
i
in
range
(
6
):
for
j
in
range
(
6
):
if
i
<=
j
:
print
(
'@'
,
end
=
''
)
print
()
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