In range() function the default increment or step value is ___________
Answers
Answered by
1
Answer:
In Python, the default increment or step value is 0 in range function
Answered by
1
Answer:
By default, range in Python uses a step value of 1
Explanation:
Similar questions