Python:数値演算
数値演算
四則演算
が可能。
Python には
整数 (integer)
浮動小数点数 (floating-point number)
複素数 (complex number)
という 3 種類の数が用意されている。