Identify the correct step value in the statement : >>for I in range (10,20,2)
Answers
Answered by
0
Answer:
The step value is 2 here.
Explanation:
Range function works in the following way:
range(start, end, step)
The value (10,20,2) will return an output of 10, 12, 14,16,18 when printed.
Similar questions
Science,
1 month ago
English,
1 month ago
English,
1 month ago
Social Sciences,
2 months ago
Computer Science,
2 months ago
Geography,
9 months ago
Business Studies,
9 months ago
Accountancy,
9 months ago