Inflearn Community Q&A
구글 코랩
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!





