Computer Science, asked by leyahoney2003, 9 months ago

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 inboxsgk
1

3

7

-1

12

0.75

1

0

0

Please mark as brainliest it this helps you

Similar questions