help me, seniors!(Unsolved)

긍정왕의 무한도전MOoDO·2020년 7월 22일
0

help me, seniors!

목록 보기
2/4

Question :

You have used code of dump like next line. I think that it is too much learning to junior. What do you think about?

code :

with conn:
    with open('/Users/asd/Desktop/python_basic/dump.sql', 'w') as f:
        for line in conn.iterdump():
            f.write('%s\n' % line)
        print("Complete Dump, Good job!")

result :

And! Using 'with:', I shouldn't write 'conn.close()' or 'open.close()'🙄?

profile
I want to be digital nomad!

0개의 댓글