파이썬 변수(variable)와 상수(constant)

변수는 값이 언제든 변할 수 있는 data이며, 상수는 data 값이 변하지 않는다고 보시면 됩니다. 이 글에서는 파이썬 변수(variable)와 상수(constant)에 대해 설명하고 예시를 제공하겠습니다.