--description--
This first video will show you what it means to be a function, and then it will show you how math functions and Python functions are similar.
Here is the Colab notebook used in this and the next videos.
--assignment--
Add code to your algebra Colab notebook that creates Python functions for decimal-to-fraction conversions
--question--
--text--
After defining a function in Python, indent each line of the function how many spaces?
--answers--
2
3
4
5
--video-solution--
3