- 12

What is the output of this pyCode x=2 y=10 x*=y*x+2 print(x)

3rd Jun 2020, 3:16 AM
NEEL
NEEL - avatar
4 odpowiedzi
+ 2
The Answer is 44
10th Jan 2021, 3:38 AM
<Sai></Mishra>
<Sai></Mishra> - avatar
+ 1
2*=10*2+1 2*=20+1 2*=21 =21*2 =42 It's a correct answer
25th May 2021, 6:55 AM
Praveena
0
Its quite simple it is 44. but you would have been done it for yourself if you want .
3rd Jun 2020, 3:46 AM
Ayush Kumar
Ayush Kumar - avatar
- 1
X=2 Y=10 X*=Y*X+1
11th Apr 2021, 6:36 AM
Sk Khajamasthan
Sk Khajamasthan - avatar