#Running math expressions in Python
1 messages · Page 1 of 1 (latest)
assignments work like
var = expression
So you'll have to move the =x to the other side, e.g x=
Thank you so much! It solved everything
1 messages · Page 1 of 1 (latest)
This is a homework question. In my screenshot, you can see each of the expressions that I have tried and I am always getting an error. Could someone please point me in the right direction?
assignments work like
var = expression
So you'll have to move the =x to the other side, e.g x=
Thank you so much! It solved everything