Computer Science, asked by lilypark8323, 7 months ago

Solve 12+3*4-6/2 in Python programming

Answers

Answered by starkanomin
6

Answer:

print(12+3*4-6/2)

Explanation:

use BODMAS in relation to mathematics order of calculation

Similar questions