강의

멘토링

커뮤니티

Inflearn Community Q&A

woorively's profile image
woorively

asked

30-minute summary course season 2: Python application

Crawling 30-Minute Summary Lecture - Part 1

구글 코랩

Written on

·

241

0

구글 코랩의 경우 어떻게 파일을 저장하고 읽고 쓰나요?
f = open('C:\\Study\\Colab\\test.html''w', encoding = 'utf-8')
f.write(html)
f.close()
이런 식으로 경로를 지정해줬는데, 안떠서 어떻게 해야할지 모르겠습니다.
python

Answer

This question is waiting for answers
Be the first to answer!
woorively's profile image
woorively

asked

Ask a question