Complete the following.

** Copy text files ** 
1. Copy the file /proc/cpuinfo into this directory.

** Copy python file, and modify ** 
2. Copy the file /u1/h0/jkinne/public_html/cs151-f2019/code/isPrime.py into
   this directory.  Change the file so that instead of asking the user for the
   integer n, instead you set n=2013 in the program (remove the input statement).

** Complete python files **
3. Complete the program height.py according to the instructions in the file.
4. Complete the program loop.py according to the instructions in the file.