Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-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
880697b9
authored
Oct 22, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
4fb8f63c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
5 deletions
1.py
daaadadaaddaadaccscddddsds.py
diy.py
jjk.py
1.py
0 → 100644
View file @
880697b9
name
=
input
(
"请输入你的名字:"
)
power
=
int
(
input
(
"请输入你的臂力值:"
))
hero
=
[
"赵一"
,
30
,
"丁二"
,
37
,
"孙五"
,
52
,
"王猛"
,
89
,
"周亮"
,
98
]
for
i
in
range
(
len
(
hero
)):
if
i
%
2
==
1
and
hero
[
i
]
>=
power
:
hero
.
insert
(
i
-
1
,
name
)
hero
.
insert
(
i
,
power
)
break
a
=
len
(
hero
)
print
(
hero
[
-
7
:
-
1
])
\ No newline at end of file
daaadadaaddaadaccscddddsds.py
0 → 100644
View file @
880697b9
weather
=
{
'被经'
:
8888
,
'桑哈'
:
15151515
,
'光周'
:
20202020
,
'森炸'
:
21212121
}
data
=
weather
.
pop
(
'被经'
)
print
(
data
)
print
(
weather
)
\ No newline at end of file
diy.py
View file @
880697b9
name
=
input
(
"请输入你的名字:"
)
power
=
int
(
input
(
"请输入你的臂力值:"
))
hero
=
[
"赵一"
,
30
,
"丁二"
,
37
,
"孙五"
,
52
,
"王猛"
,
89
,
"周亮"
,
98
]
for
i
in
range
(
len
(
hero
)):
if
i
%
2
==
1
and
hero
[
i
]
>=
power
:
hero
.
insert
(
i
-
1
,
name
)
hero
.
insert
(
i
,
power
)
break
print
(
hero
)
...
@@ -1121,6 +1130,7 @@
...
@@ -1121,6 +1130,7 @@
treteyxxxeyexex6c66c7v576v76i87v587v5565v63i7f2qudsgfhdnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
...
@@ -1151,6 +1161,7 @@
...
@@ -1151,6 +1161,7 @@
nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
...
@@ -305016,11 +305027,7 @@
...
@@ -305016,11 +305027,7 @@
''''
...
...
jjk.py
0 → 100644
View file @
880697b9
for
i
in
range
(
1
,
8
):
print
(
'儍迪奥将第'
+
str
(
i
)
+
'个宇宙吞进肚子'
)
if
i
==
5
:
break
print
(
'第6个草尼玛逃过一劫。'
)
\ 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