pimento[~]$ fixscreenmirror pimento[~]$ update21 No new updates found. Last two updates shown below 31 minutes ago Mon Nov 20 09:55:20 2017 -0500 inclass/week11/pie.py inclass/week11/student.py 3 days ago Fri Nov 17 09:55:14 2017 -0500 inclass/week10/sort_runtime.py pimento[~]$ cd cs21/inclass/week10/ pimento[week10]$ less sorts.py pimento[week10]$ cd ../week11 pimento[week11]$ pimento[week11]$ pimento[week11]$ atom pie.py pimento[week11]$ python3 pie.py 7 apple pimento[week11]$ python3 pie.py 7 apple <__main__.Pie object at 0x7fa5d2068940> pimento[week11]$ pimento[week11]$ python3 Python 3.5.2 (default, Sep 14 2017, 22:51:06) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from graphics import * >>> dot = Circle(Point(100,100),40) >>> print(dot) Circle(Point(100.0, 100.0), 40.0) >>> exit() pimento[week11]$ python3 pie.py 7 apple apple pie has 7 slices left! pimento[week11]$ python3 pie.py apple pie has 8 slices left! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Sorry, there is no more apple pie! Sorry, there is no more apple pie! Sorry, there is no more apple pie! Sorry, there is no more apple pie! apple pie has 0 slices left! pimento[week11]$ python3 pie.py apple pie has 8 slices left! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Here is a slice of apple pie! Sorry, there is no more apple pie! Sorry, there is no more apple pie! Sorry, there is no more apple pie! Sorry, there is no more apple pie! apple pie has 0 slices left! pumpkin pie has 8 slices left! Here is a slice of pumpkin pie! pumpkin pie has 7 slices left! pimento[week11]$ atom student.py pimento[week11]$