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
b3361db9
authored
2 years ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
8d8b49f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
__pycache__/fun.cpython-37.pyc
fun.py
mmm.py
__pycache__/fun.cpython-37.pyc
0 → 100644
View file @
b3361db9
File added
This diff is collapsed.
Click to expand it.
fun.py
View file @
b3361db9
def
sum
(
money
):
def
sum
(
money
):
count
=
0
count
=
0
for
i
in
price
:
for
i
in
money
:
count
=
count
+
i
count
=
count
+
i
return
count
return
count
...
...
This diff is collapsed.
Click to expand it.
mmm.py
View file @
b3361db9
import
func
filel
==
open
(
r"C:\Users\Administrator\Desktop\test.txt"'w'
,
encoding
=
'utf-8'
)
fen
=
[
89
,
99
,
95
,
98
]
file
.
write
(
'小兰:12'
)
zf
=
func
.
sum
(
fen
)
filr1
.
close
()
print
(
zf
/
len
(
fen
))
...
...
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