❮ Home❮ Functions
x = float(3)
float()関数は、指定された値を浮動小数点数に変換します。
float(value)
value:浮動小数点数に変換できる数値または文字列
x =float("3.500")