Perl Primer - University of California, Davis

Python has two types of scalar values: numbers and strings. Both types ca be assigned to a scalar variable. Numbers. Numbers are specified in any of the common integer or floating point format: Numbers can also be represented using binary or hexadecimal notations, but we will not need that. Table of the most common number operators in Python: ................
................