with open("study.txt", "r", encoding="utf8") as study_file:
    print(study_file.read())



"r" 을 왜 박는거임?