what is the compulsory part in range function
Answers
Answered by
1
Explanation:
range() syntax
range() syntaxBelow is the syntax of the range() function. It takes three arguments. Out of the three, two are optional. The start and step are optional arguments and the stop is the mandatory argument.
Similar questions