Write the output of the given python code
a=3
a+=2
print(a)
print(3+4)
print(3-4)
print(3*4)
print(3/4)
print(3%2)
print(3//4)
print(3%4)
Answers
Answered by
1
3
7
-1
12
0.75
1
0
0
Please mark as brainliest it this helps you
Similar questions