Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_5
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
c69ae025
authored
Aug 04, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
e3b274bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
__pycache__/func.cpython-37.pyc
func.py
pppp.py
__pycache__/func.cpython-37.pyc
0 → 100644
View file @
c69ae025
File added
func.py
View file @
c69ae025
...
...
@@ -10,8 +10,15 @@ def new_input():
print
(
'请呀希'
)
else
:
e
.
append
(
q
)
finally
:
print
(
'_________________________'
)
print
(
e
)
return
e
w
=
new_input
()
print
(
w
)
\ No newline at end of file
def
sum
(
money
):
k
=
0
for
i
in
money
:
k
=
k
+
i
return
k
\ No newline at end of file
pppp.py
View file @
c69ae025
import
func
n
=
func
.
new_input
()
m
=
func
.
sum
(
n
)
print
(
'尼地芬书死:'
+
str
(
m
))
\ 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