Computer Science, asked by angeldivya24, 3 months ago

What is the output of the following code :
a=0
for i in range(4,8):
if i%2= =0:
a=a+1
print(a) ​

Answers

Answered by esanjay100
0

Answer:

43 is out put like b3420 l

Similar questions