Computer Science, asked by si2343775, 10 months ago

Write the syntax of range()

Answers

Answered by akshatafs19
1

Answer:

range() takes mainly three arguments. stop: integer before which the sequence of integers is to be returned. The range of integers end at stop – 1.

...

There are three ways you can call range() :

range(stop) takes one argument.

range(start, stop) takes two arguments.

range(start, stop, step) takes three arguments.

Explanation:

please mark me as brainlist

Answered by shanthalasthishkumar
1

Explanation:

this is the answer of question

Attachments:
Similar questions