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
0
Answer:
43 is out put like b3420 l
Similar questions