Python 내장 함수
Python float() 함수
숫자 5를 부동소수점 수로 변환:
실행 예제
정의와 사용법
문법valuefloat(
문자열을 부동소수점 수로 변환:
x = float("3.1415")