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

bellcode / lesson12-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
Commit 12b7d620 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent f81ac86a c181240l970p219a10056/wx840631
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
  • g.py → g.txt
  • gf.py
g.py → g.txt
View file @ 12b7d620
File moved
This diff is collapsed. Click to expand it.
gf.py
View file @ 12b7d620
with open(r"C:\Users\Administrator\Desktop\kfjds.txt","r",encoding="utf-8")as giao:
with open(r"c:\Users\Administrator\Documents\lesson12-1\g.txt","r",encoding="utf-8")as giao:
a=giao.readlines()
for i in a:
print(i)
\ No newline at end of file
data=i.split()
print(data[1:])
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment