System & Software Engineer working for LG CNS
© 2019. All rights reserved.
# 파일 열기, 닫기 >>> f1 = open("ch1.py", "r") >>> f1.close()