Computer Science, asked by kaustubhrathore16, 4 months ago

e. When we write "for x in range( 3, 10, 2)",
then the starting index value is
and the increment value is

Answers

Answered by ujjwal99355
16

Answer:

Starting value is: 3

Step value is: 2

Explanation:

SYNTAX FOR RANGE IS:

range(start_value, step_value, step_value)

Similar questions