질문&답변
2022.11.02
함수 정의할때 질문있습니다.
예제1) def first_func(w1):print("Hello, ", w1)word = "Goodboy"first_func(word)