Computer Science, asked by AayanSonkuwar, 2 months ago

What is the default step size in range() function?​

Answers

Answered by garvitlakhera
0

Answer:

100

Explanation:

Answered by malemnganbaoinam39
3

A step is an optional argument of a range(). It is an integer number that determines the increment between each number in the sequence. i.e., It specifies the incrementation. The default value of the step is 1 if not specified explicitly.

Hope it's help you, My dear friend.

Similar questions