Changes

Jump to: navigation, search

OPS435 Python Lab 1

1 byte removed, 17:41, 15 May 2017
Part 5 - Math Operators
=== Part PART 5 - Math Operators MATH OPERATORS ===
Python has a number of math operators you can use in your programs.
100 / ((5 + 5) * 2) # the inner most parentheses are first performing addition, then parentheses again with multiplication, finally the division
</pre>
 
===Part 5 - Evaluation ===
13,420
edits

Navigation menu