Skip to content

Conversation

@fustat23
Copy link

검토 부탁

@randomkj
Copy link
Owner

asdfdsfsdfas

@randomkj
Copy link
Owner

asdasdada

Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다르게 보인다 review changes 적는 부분임

fustat23_0412.py 0412올립니다.
fustat23_0412.py 0412올립니다.
fustat23_0412.py 0412올립니다.
Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oo

Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaaaa

import csv

file_name1 = "weather.csv"
file_name2 = "weather2.csv"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REAL START EWVIEW

f1 = open(file_name1, "r", encoding="utf-8")
f2 = open(file_name2, "w", encoding="utf-8", newline="")

lines = csv.reader(f1)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REAL START EWVIEW 2

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FSDFSDFSFSFS

Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zhapsxm

Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

request changes

import csv

file_name1 = "weather.csv"
file_name2 = "weather2.csv"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fghfhfdhfd

Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 현재 시각 0308 분 리뷰체인지 코멘트 달면 어디로 들어가는지 확인 해 봅시다

f1 = open(file_name1, "r", encoding="utf-8")
f2 = open(file_name2, "w", encoding="utf-8", newline="")

lines = csv.reader(f1)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FSDFSDFSFSFS

Copy link
Owner

@randomkj randomkj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 현재 시각 0330 분 리뷰체인지 코멘트 달면 어디로 들어가는지 확인 해 봅시다

@@ -0,0 +1,20 @@
import csv
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 현재 시각 0330 분 리뷰체인지 코멘트 달면 어디로 들어가는지 확인 해 봅시다

@@ -0,0 +1,20 @@
import csv

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 현재 시각 0330 분 리뷰체인지 코멘트 달면 어디로 들어가는지 확인 해 봅시다

file_name1 = "weather.csv"
file_name2 = "weather2.csv"
f1 = open(file_name1, "r", encoding="utf-8")
f2 = open(file_name2, "w", encoding="utf-8", newline="")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 현재 시각 0330 분 리뷰체인지 코멘트 달면 어디로 들어가는지 확인 해 봅시다

print("파일쓰기 종료!")

f1.close()
f2.close()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asdasdada

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asdasda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants