Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson13-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
76d2b670
authored
Jan 10, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
c2dea95c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
3 deletions
diy.py
n_sales_list.txt
diy.py
View file @
76d2b670
...
...
@@ -8,5 +8,5 @@ for i in a:
sum
=
int
(
j
)
+
sum
li
=
ni
[
0
]
+
str
(
sum
)
+
"
\n
"
nmb
.
append
(
li
)
with
open
(
r"c:\Users\EDZ\Documents\lesson13-1\n_sales_list.txt"
,
"a"
,
encoding
=
"utf-8"
)
as
file1
:
file1
.
writelines
(
nmb
)
\ No newline at end of file
with
open
(
r"c:\Users\EDZ\Documents\lesson13-1\n_sales_list.txt"
,
"a"
,
encoding
=
"utf-8"
)
as
file
:
file
.
writelines
(
nmb
)
\ No newline at end of file
n_sales_list.txt
View file @
76d2b670
...
...
@@ -24,3 +24,29 @@
刘阳226
王胜男123
王娇131
悟空348
诺依380
小贝182
李丽201
宋扬107
王明245
李强164
孙小白222
苏琪137
刘若若147
刘阳226
王胜男123
王娇131
悟空348
诺依380
小贝182
李丽201
宋扬107
王明245
李强164
孙小白222
苏琪137
刘若若147
刘阳226
王胜男123
王娇131
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