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
30d16e0a
authored
Jan 31, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
3f53ad8e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
ddd.py
diy.py
ss.py
ddd.py
0 → 100644
View file @
30d16e0a
diy.py
deleted
100644 → 0
View file @
3f53ad8e
print
(
'很久以前,有三个很厉害的小伙子,分别是'
)
sb1
=
"刘备"
sb2
=
"关羽"
sb3
=
"张飞"
print
(
sb1
,
sb2
,
sb3
,
'
\n
'
,
'他们来到桃园准备结拜'
)
sb
=
[
"刘备"
,
"关羽"
,
"张飞"
]
sb1
=
[
"刘备"
,
160
,
8.5
]
sb2
=
[
"关羽"
,
160
,
8
]
sb3
=
[
"张飞"
,
161
,
7
]
sb
[
0
]
=
"刘备"
sb
[
1
]
=
"关羽"
print
(
sb
,
'":刘备、关羽、张飞,虽然异姓,既结为兄弟,则同心协力,救困扶危,上报国家,下安黎庶;不求同年同月同日生,只愿同年同月同日死。皇天后土,实鉴此心;背义忘恩,天人共戮! "'
)
\ No newline at end of file
ss.py
0 → 100644
View file @
30d16e0a
b
=
[
'袁术'
,
'夏侯惇'
,
'曹操'
,
'关羽'
]
b
.
pop
(
-
1
)
print
(
b
)
\ 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