Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_2
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
5789ee58
authored
Apr 09, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
3ed378d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
__pycache__/func.cpython-37.pyc
func.py
lll.py
__pycache__/func.cpython-37.pyc
0 → 100644
View file @
5789ee58
File added
func.py
View file @
5789ee58
...
@@ -19,9 +19,9 @@ def sum(money):
...
@@ -19,9 +19,9 @@ def sum(money):
for
i
in
money
:
for
i
in
money
:
ooo
=
ooo
+
i
ooo
=
ooo
+
i
return
ooo
return
ooo
'''
_4 = new_input()
print(_4)
_4
=
new_input
()
ppp = sum(_4)
print
(
_4
)
print(ppp)'''
\ No newline at end of file
ppp
=
sum
(
_4
)
print
(
ppp
)
\ No newline at end of file
lll.py
View file @
5789ee58
int
(
input
(
"请输入:"
))
import
func
\ No newline at end of file
qqq
=
func
.
new_input
()
score
=
func
.
sum
(
qqq
)
print
(
score
)
\ 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