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
64569d3f
authored
3 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
909ebe35
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletions
45
func.py
45
0 → 100644
View file @
64569d3f
inport func
a = func.new_inport()
b = func.sum(a)
print("总成绩是",b)
This diff is collapsed.
Click to expand it.
func.py
View file @
64569d3f
...
@@ -19,7 +19,7 @@ def sum( money ):
...
@@ -19,7 +19,7 @@ def sum( money ):
s
=
s
+
i
s
=
s
+
i
return
s
return
s
#a = new_input()
#a = new_input()
#m
#
oney = sum(a)
#money = sum(a)
#print(money)
#print(money)
This diff is collapsed.
Click to expand it.
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