36.4k views
22 votes
If you write a Python command to find the result of: . 1340+1242-43*4

(123-12)*12+14 .
-12*(16/2)+ 13*2​

1 Answer

8 votes

Very easy

Program:-


\tt R1=1340+1242-43*4


\tt R2=(123-12)*12+14


\tt R3=-12*(16/2)+13*2


\tt print(R1,R2,R3)

User Rubin
by
3.7k points