range() — Range (min to max)

range(x)

Key idea

Definition

the largest value
the smallest value

Where you'd use it

Frequently asked questions

Does range() give one number?
No — it returns the min and max. Subtract them for the width.