8.What will be the output of the following program segment?
a) x=5
print(x+=1)
a+=4
print(int(a/2))
Answers
Answered by
0
Explanation:
The question have so many mistakes like there no semicolons,x has not declared,a also has not declared...
Similar questions