int
float
divmod
値を浮動小数点数に変換します。
float(x)
下記の値を入力するとサンプルに即時反映されます。
print
print(float("3.14")) # 3.14 print(float(42)) # 42.0