[7,3,-1,-5] in python range function
Answers
Answered by
0
Answer:
print(list(range(7,-6,-4)))
Explanation:
initial value=7
step value=-4
end value=-6
Similar questions
Social Sciences,
4 months ago
Art,
4 months ago
Hindi,
4 months ago
Computer Science,
9 months ago
Math,
9 months ago