Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_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
6fe31582
authored
Sep 05, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
39905e09
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
Z1.py
ZZZ.py
__pycache__/ZZZ.cpython-37.pyc
Z1.py
0 → 100644
View file @
6fe31582
import
ZZZ
a
=
ZZZ
.
new_input
()
b
=
ZZZ
.
func
(
a
)
print
(
a
,
'
\n
总分是'
+
str
(
b
))
ZZZ.py
View file @
6fe31582
...
@@ -19,8 +19,10 @@ def func(data):
...
@@ -19,8 +19,10 @@ def func(data):
for
i
in
data
:
for
i
in
data
:
count
=
count
+
i
count
=
count
+
i
return
count
return
count
a
=
func
(
new_input
())
print
(
a
)
# a=func(new_input())
# print(a)
# result=new_input()
# result=new_input()
...
...
__pycache__/ZZZ.cpython-37.pyc
0 → 100644
View file @
6fe31582
File added
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