English, asked by gsgsgsgshhhh7669, 8 months ago

Correct python range types

Answers

Answered by navkomal
0

Answer:

A start argument is a starting number of the sequence. i.e., lower limit. ...

A stop argument is an upper limit. i.e.generate numbers up to this number, The range() function doesn't include this number in the result.

The step is a difference between each number in the result.

Similar questions