본문 바로가기

수업내용 정리

혼자 공부하는 파이썬 5,6 정리 - 함수 고급, 예외 처리

1. 질문

x

 

2. 내용

 

혼자 공부하는 파이썬 5,6 - 함수 고급, 예외 처리

5장 함수 5-3. 함수 고급 1) 튜플, 람다 * 튜플 - 리스트는 요소 변경이 가능하지만 튜플은 요소 변경이 불가능 - 그리고 튜플은 ()를 사용 (리스트는 [] 사용하지만) - 사용법은 리스트와 같음 - []은

gurobig.tistory.com

 

3. 정리

1) 오전

- 함수 고급

 

2) 오후

- 예외 처리

 

 

* 핵심

1) 중요한 구문 조합 (finally)

try + except 구문

try + except + finally 구문

try +finally 구문 

 

 

* 링크 (직접 글 쓴 당사자만 확인 가능 // 계정 이동해서 확인하기)

https://colab.research.google.com/drive/1RoC4AJZc5zyeYfZ-6gCFQ7HlGBBHUSKf?usp=sharing 

 

Google Colaboratory Notebook

Run, share, and edit Python notebooks

colab.research.google.com

 

* 오늘의 링크

파이썬 코드 시각화 링크.

 

Python Tutor code visualizer: Visualize code in Python, JavaScript, C, C++, and Java

Please wait ... your code is running (up to 10 seconds) Write code in Python 3.6 C (gcc 9.3, C17 + GNU) C++ (g++ 9.3, C++20 + GNU) Java 8 JavaScript ES6 ------ Python 2.7 [unsupported] Visualize Execution hide exited frames [default] show all frames (Pytho

pythontutor.com

 

728x90
반응형
LIST