def print_text(text):print(text)다음 함수에 장난을 쳐서 name 'print' is not defined에러를 띄우세요.단, globals()안에 print는 있어야함
댓글 0