DEV Community

Discussion on: Write the output of given python code.

Collapse
 
jobizil profile image
Ugbem Job

a=1+2*3*4
=> 1+(2
*3)*4
=>1+(8)*4
=>1+32
=>33
a=33