int
float
bool
값을 부동소수점으로 변환합니다.
float(x?)
아래 값을 입력하면 예제에 즉시 반영됩니다.
print
print(float("3.14")) # 3.14 print(float(42)) # 42.0