Skip to content

Commit

Permalink
[이성범] 3주차 미션 제출 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongBeomLEE authored Apr 1, 2024
1 parent e8738e0 commit f003f3a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 8th_members/이성범/2주차.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1주차
# 2주차

## 컴파일
<p align="center"><img src="2_week_build.png" /></p>
Expand Down
Binary file added 8th_members/이성범/3_week_find_spec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 8th_members/이성범/3_week_interpreter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 8th_members/이성범/3_week_runtime_flag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions 8th_members/이성범/3주차.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 3주차

## CPython 인터프리터 실행 과정 코드 레벨로 이해하기
<p align="center"><img src="3_week_interpreter.png" /></p>

## 파이썬 세션에서 runtime flag 확인하기
<p align="center"><img src="3_week_runtime_flag.png" /></p>

## importlib.util.find_spec 함수를 사용해서 원하는 모듈의 위치를 찾아보기
<p align="center"><img src="3_week_find_spec.png" /></p>

0 comments on commit f003f3a

Please sign in to comment.