Back to Freecodecamp

Building a Better Calculator

curriculum/challenges/english/blocks/control-flow-and-functions-in-python/building-a-better-calculator-video.md

latest334 B
Original Source

--description--

In this video, you will learn how to build an improved calculator program using if statements.

--questions--

--text--

Which of the following built-in functions is used to convert a string to a float?

--answers--

floats()


floating_point()


float()


fl()

--video-solution--

3