Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_4
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
511563c9
authored
Dec 06, 2025
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
dc70412a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
0 deletions
1.py
2.py
3.py
func.py
1.py
0 → 100644
View file @
511563c9
def
funk
():
print
(
"春晓"
)
print
(
"春眠不觉晓"
)
print
(
"处处闻啼鸟"
)
print
(
"夜来风雨声"
)
print
(
"花落知多少"
)
\ No newline at end of file
2.py
0 → 100644
View file @
511563c9
try
:
age
print
(
"圣诞节和你尽快"
)
except
:
print
(
佳能单反卡卡卡机械厂
v
能力
)
else
:
if
age
print
(
"的风景和对方"
)
\ No newline at end of file
3.py
0 → 100644
View file @
511563c9
def
add
()
;
x
=
5
y
=
9
print
(
"return之后"
)
def
add
()
;
x
=
9
y
=
5
print
(
"return之后"
)
print
(
return
)
\ No newline at end of file
func.py
0 → 100644
View file @
511563c9
total
=
[]
while
True
:
unit
=
input
(
"请输入:"
)
if
unit
==
'q'
:
break
else
:
total
.
append
(
unit
)
print
(
total
)
\ 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