1.2.2연습문제에서 final_price = total - (total * discount_rate) print(final_price) 코드부분에 total * 0.1를 바로 사용하지 않고 0.1을 할당한 변수discount_rate을 사용하는 이유는 무엇입니까?