int1 = 10  
int2 = 6
if int != int2:
int2 = ++int2
print(int1 - int2)
What is the output of the following python program

Posted on by