- 2
Q3:Find out the output of the following: a) x=2 y=2 x+=y y-=x print (x,y)
Please help me out
2 Respostas
+ 8
Here are some pro tips :-
1) always mention language in relevant tags to get relevant answers
2) you can use sololearn's IDE (code playground ) to find the output on your own.
0
Jan Markus x is still 4, so output is:
4 -2