Chatgpt에게 물어보았다 (질문 : 파이썬에서 모듈을 import 하는 것이 C언어에서 라이브러리를 사용하는 것과 같은것일까요?) 답변 : Importing a module in Python and using a library in C are similar in that they both allow you to use pre-existing code in your own program. However, there are some differences in how they are used and implemented. 파이썬 상에서 모듈을 사용하는 것과 C에서 라이브러리를 사용하는 것은 이미 만들어진 코드를 사용할 수 있게 해준다는 점에서 비슷하다고 할 수 있죠. 하지만 그들이 어떻게 쓰이고 구현되는지..