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
c0l976p219a10075/T429567
Switch branch/tag
lesson13-1
diy.py
Find file
Normal view
History
Permalink
diy.py
102 Bytes
Edit
Newer
Older
auto save
9710f9e9
BellCodeEditor
committed
2 years ago
1
2
with
open
(
r"c:\Users\IMAGINE\Documents\lesson13-1\sales_list.txt"
,
"r"
,
encoding
=
"utf-8"
)
as
file
: