표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
def func(): local_var = "지역 변수" print(local_var) func() # print(local_var)