Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박은주
/
Todays_Issue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박은주
2021-06-08 23:04:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c36a1eb4dbda9f6ea67fc1bbed3d1dd45dc4f8a8
c36a1eb4
1 parent
878bc54f
Clearance
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
content.py
content.py
View file @
c36a1eb
...
...
@@ -126,6 +126,4 @@ def GetData():
with
open
(
'data.txt'
,
'w'
,
encoding
=
'utf-8-sig'
)
as
txt_file
:
for
post
in
zip
(
post_df
[
'title'
]
.
tolist
(),
post_df
[
'content'
]
.
tolist
()):
txt_file
.
write
(
post
[
0
]
+
post
[
1
]
+
'.
\n
'
)
print
(
"txt file saved"
)
GetData
()
\ No newline at end of file
print
(
"txt file saved"
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment