By default, the step value in a loop is incremented by______ in Python.
Answers
Answered by
9
Answer:
The step is 2, so each value in the sequence will be incremented by 2. If the step value is not given, the value for step defaults to 1.
HOPE IT HELPS YOU....
Answered by
17
Answer:
The step is 2, so each value in the sequence will be incremented by 2. If the step value is not given, the value for step defaults to 1.
Explanation:
hope it's helpful ☺️
Similar questions