Back to Freecodecamp

Exponent Functions

curriculum/challenges/english/blocks/dictionaries-and-loops/exponent-functions-video.md

latest477 B
Original Source

--description--

In this video, you will learn how to write a function that calculates exponents and powers in Python.

--questions--

--text--

What does the range() function in Python do?

--answers--

It returns a number from a list.


It creates a list of random numbers.


It generates a sequence of integers between a starting and stopping point.


It generates a sequence of floats between a starting and stopping point.

--video-solution--

3