Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson16_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
18ded28d
authored
Dec 03, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
1c7363c1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
1 deletions
78.py
diy1.py
撒打算噶法规特阿股份的施工法规范的撒女.py
而我绕多
78.py
0 → 100644
View file @
18ded28d
# name=['Jonh', 'Sam', 'Lily', 'Anna', 'Daming', 'Helen']
# name[2]="Nina"
# print(name)
# name.insert(5,"Sally")
# print(name)
# name.pop(3)
# print(name)
name
=
[
'Jonh'
,
'Sam'
,
'Nina'
,
'Daming'
,
'Sally'
,
'Helen'
]
a
=
[
'XiaoLi'
,
'Qiang'
,
'Neo'
]
name
.
extend
(
a
)
print
(
name
)
c
=
name
[
2
:
7
]
print
(
c
)
diy1.py
View file @
18ded28d
...
...
@@ -50,7 +50,7 @@ houyi = Player("射手", "后羿")
yase
=
Hero
(
"垭瑟"
)
while
True
:
print
(
'-'
*
30
)
a
=
input
(
"请选择技能:1攻击/2治疗"
)
choise
=
input
(
"请选择技能:1攻击/2治疗"
)
if
int
(
a
)
==
1
:
houyi
.
combat
(
yase
)
elif
int
(
a
)
==
2
:
...
...
撒打算噶法规特阿股份的施工法规范的撒女.py
0 → 100644
View file @
18ded28d
print
(
range
(
1
,
11
,
3
))
print
(
range
(
1
,
11
,
3
))
\ No newline at end of file
而我绕多
0 → 100644
View file @
18ded28d
++ "b/\350\200\214\346\210\221\347\273\225\345\244\232"
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