Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson6-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
bd86e641
authored
Sep 23, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
da808c4c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
gg,py
hh.py
rr.py
gg,py
0 → 100644
View file @
bd86e641
b=['袁术','夏侯惇','曹操','关羽']
b.pop(3)
\ No newline at end of file
hh.py
0 → 100644
View file @
bd86e641
list
=
[
'袁术'
,
'夏侯惇'
,
'曹操'
,
'关羽'
]
list
.
remove
(
'关羽'
)
print
(
list
)
\ No newline at end of file
rr.py
0 → 100644
View file @
bd86e641
b
=
[
'苹果'
,
'香蕉'
,
'西瓜'
,
'香蕉'
,
'桃子'
,
'香蕉'
]
b
.
pop
(
1
)
\ 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