ABSTRACT

Calculation consists of reducing expressions to some minimized form. Thus, 100+100 reduces to 200. Computing long ago parted ways with calculations of numerical results. Most of what computers do is search, organize data, find patterns, and sense physical objects. Nevertheless, because most students have learned some algebra, it is reasonable to first introduce Python’s numeric operators, and then ease into the less familiar operations.