Chapter 01: Introduction

Python has lots of functions, the building blocks of computation. What distinguishes Python from other computing environments is the ease and power of creating your own functions. Here, we will create a few in your hw1pr2.py file. In that file, below any comments you may have at the very top, type (or paste!) the following function definition: ................
................