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