Difference between revisions of "CSC111 Final Exam 2014"
Line 129: | Line 129: | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
− | =Problem #3 (50 points)= | + | =Problem #3: An Orange Tree (50 points)= |
<br /> | <br /> | ||
Write a well documented and organized Python program that will generate ''as close to the image below as possible.'' | Write a well documented and organized Python program that will generate ''as close to the image below as possible.'' | ||
Line 137: | Line 137: | ||
* Call your program '''finalc.py''' and the image '''finalc.jpg''' or '''finalc.png'''. Submit both to the same URL indicated in Problem #1. | * Call your program '''finalc.py''' and the image '''finalc.jpg''' or '''finalc.png'''. Submit both to the same URL indicated in Problem #1. | ||
* If you need help capturing the final image, please visit [http://www.take-a-screenshot.org/ this page]. | * If you need help capturing the final image, please visit [http://www.take-a-screenshot.org/ this page]. | ||
+ | * Note: To change the color of a line with the graphics library, you should use the '''setOutline()''' method rather than the '''setFill()''' method. | ||
<br /> | <br /> | ||
<br /> | <br /> |