Q. What will be the value of X in the following Python expression?
Code:
X = 2+9*((3*12)-8)/10
β
Correct Answer: (D)
27.2
X = 2+9*((3*12)-8)/10
You must be Logged in to update hint/solution