Write the syntax of range()
Answers
Answered by
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
1
Explanation:
this is the answer of question
Attachments:
Similar questions
Science,
5 months ago
Math,
5 months ago
Biology,
5 months ago
Math,
10 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Chemistry,
1 year ago