以下のコードを実行したとき、出力される値に最も近いものはどれですか? ```python import math radius = 3 area = math.pi * radius * radius print(area) ```