というpython mathモジュールを使用しました。今日はそのモジュールについて備忘として記事にします。 mathモジュールとは 数学的な計算をするのに役立つ標準ライブラリのことです。 標準ライブラリとは、特にインストールをしなくてもPythonに最初から準備 ...
Every Python developer knows some or all of these libraries, because they’re stable, reliable, and excellent at what they do.
How to identify type of a triangle (Equilateral, Isosceles and right angled) with just one-line Python statement: First of all, you need to import 'math' python library. Then you put a * after math.