163k views
4 votes
I need help with question 2

I need help with question 2-example-1

1 Answer

1 vote

The missing word is range.

The range function creates a list of numbers from x to y-1, where x is the leftmost number and y is the rightmost.

For instance,

range(1, 6) would be the numbers 1, 2, 3, 4, 5

User MaheshDeshmukh
by
5.5k points