Skip to content

Fix syntax error in print statement#1

Open
jaeyeonling wants to merge 1 commit into
jaehwachung:mainfrom
jaeyeonling:patch-1
Open

Fix syntax error in print statement#1
jaeyeonling wants to merge 1 commit into
jaehwachung:mainfrom
jaeyeonling:patch-1

Conversation

@jaeyeonling
Copy link
Copy Markdown

변경 내용

  • 수식에서 사용된 유니코드 대시()를 ASCII 하이픈(-)으로 수정

변경 이유

  • (en dash)는 Python에서 연산자로 인식되지 않아 SyntaxError가 발생할 수 있음
  • visually 동일하지만 다른 문자로, 실행 오류의 원인이 됨

영향 범위

  • 수식 계산 로직 정상 동작 보장
  • 기능 변경 없음 (버그 수정)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant