python 特殊な計算 import math print(0.1 * 3 == 0.3)print(math.isclose(0.1 * 3, 0.3)) 投稿者: chosuke 趣味はゲームやアニメや漫画などです chosuke のすべての投稿を表示