Write down step by step execution of the following Python program,
(Remembering, Applying)
a,b = 5,15
for i in range(a,b,1):
if(i == 10):
break
print(i)
Answers
Answered by
0
Answer:
In Python, an assignment statement can make two variables equal, but ... 1 2 3. a = 5 b = a # After executing this line, a and b are now equal a = 3 ... Recall that the for loop processes each item in a list.
marks as brainliest
Similar questions
English,
4 hours ago
Social Sciences,
4 hours ago
Hindi,
8 hours ago
English,
8 hours ago
Math,
7 months ago
English,
7 months ago
Political Science,
7 months ago