if flag:  
i = j * i + 5
else:
i = j * i + 1
a = a + 1
print(i)
What is the output of the python program

Posted on by