testing calculations
#2
by
eramax
- opened
100 + 520 + 60
To perform the addition, you can simply add all the numbers together: 100 + 520 + 60 = 680. This gives you the result of the given operation: 680
680 * 700 - 5
To multiply 680 by 700 and then subtract 5 from the result, you can perform these operations one by one: 680 * 700 = 476000 (approximately since we're dealing with integers). Then subtracting 5 gives you
the final result: 476000 - 5 = 476005. Remember, in Python you can directly perform arithmetic operations like this without needing separate functions for each step
lvkaokao
changed discussion status to
closed