
[Python] Arithmetic in Python and Augmented Assignment
·
Programming
이 문서는 Python의 Arithmetic Operations 와 Augmented Assignment를 다룸. Python에서 Operator(연산자)는 Variable(변수)나 Value에 대해 Operation을 수행하는 기호 또는 키워드임.이중에서도 Arithmetic Operators는 Numeric Data 에 대해 덧셈, 곱셈, 뺄셈, 나눗셈 등의 수학적 계산을 수행하는 Operators를 가리킴. Operation에 대한 개념은 다음을 참고: https://dsaint31.me/mkdocs_site/CE/ch01/ch01_00_data_representation/?h=operator#4-operations BMEdata information instruction operation Repr..