Perl Primer - University of California, Davis

use numpy. adds the modules of numerical functions “numpy” that are now accessible to the programmer. ... Note that the result of raw_input is always a string. If you expect an integer or a float from the user, you need to change the type: age is now an integer that contains the age entered by the user. Exercises: ................
................