Skip to main content

--description--

The first video will show you how to convert between fractions, decimals, and percents on paper. Then, it will show you how to do it with Python code.

Here is the Colab notebook used in the video. Use this code as a model, and write your own code to convert fractions and decimals.

--assignment--

Add the code to convert fractions and decimals to your algebra Colab notebook.

--question--

--text--

Which of the following correctly represents "three hundredths" as a decimal?

--answers--

0.3


0.03


0.003


100.3

--video-solution--

2