Computer Science, asked by ashokvdo143, 10 hours ago

what is the optional part of the range function​

Answers

Answered by prateekpandey1603201
1

Answer:

start (optional) : It is an integer number that specifies the starting position. The Default value is 0. stop (optional) : It is an integer that specifies the ending position. step (optional) : It is an integer that specifies the increment of a number.

Similar questions