Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

bellcode / lesson13-1

  • This project
    • Loading...
  • Sign in
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
Switch branch/tag
  • lesson13-1
  • diy.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · 0df75535
    BellCodeEditor committed 4 years ago
    0df75535
diy.py 159 Bytes
1 2 3 4
with open(r'c:\Users\玛酷机器人\Documents\lesson13-1\sales_list.txt','w',encoding='utf-8') as file1:
    a=file1.readlines()
for i in a:
    print(i)