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
73693406
authored
Apr 23, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
c3ffb614
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
18 deletions
dxghjkl.py
khjg.py
kj.py
dxghjkl.py
0 → 100644
View file @
73693406
a
=
[
'吕布'
]
b
=
[
'袁术'
,
'公孙瓒'
,
'关羽'
,
''
]
\ No newline at end of file
khjg.py
View file @
73693406
...
@@ -2,23 +2,6 @@ a=[1,2,3,4,6]
...
@@ -2,23 +2,6 @@ a=[1,2,3,4,6]
b
=
[
7
,
8
,
9
,
10
]
b
=
[
7
,
8
,
9
,
10
]
a
.
insert
(
4
,
5
)
a
.
insert
(
4
,
5
)
b
.
append
(
11
)
b
.
append
(
11
)
a
.
extend
(
b
)
print
(
a
)
print
(
a
)
print
(
b
)
print
(
b
)
\ No newline at end of file
kj.py
0 → 100644
View file @
73693406
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