Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_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
2fbdd6e2
authored
Mar 12, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
eb58cae6
Pipeline
#8559
failed in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
Untitled-1.py.py
m.py
p.py
Untitled-1.py.py
0 → 100644
View file @
2fbdd6e2
list1
[
0
]
=
100
list1
.
append
(
"刘备"
)
list1
.
insert
(
2
,
"关羽"
)
list1
.
extend
([
1
,
2
,
3
])
list1
.
pop
()
list1
.
remove
(
"刘备"
)
print
(
list1
[
2
:
4
])
\ No newline at end of file
m.py
0 → 100644
View file @
2fbdd6e2
message
=
"4747309"
\ No newline at end of file
p.py
View file @
2fbdd6e2
a
=
"二手房"
\ No newline at end of file
a
=
"二手房"
for
i
in
range
(
10000000
):
print
(
i
)
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