8 Respostas
+ 3
It's the order of operations - not left to right, but exponentiation, multiplication/division, addition/subtraction
+ 2
That appears to be the answer
https://code.sololearn.com/cN1m81QHu5it/?ref=app
+ 2
x+(y**2)-((y/x)+1)
I'll update the other code to show it step by step too
+ 1
thanks
0
What result? You show 3 assignments but no calculations or print statements.
0
sorry calculation is -x**3/2+4
0
wow thanks but why we start at left ?
0
well ı have one question if x+y**2-(y/x+1) how its solve ?