Project 4 Writeup

In this exercise we practiced incorporating files into our python work. Building off of the shape exercises we had done last time, this time we modified the plan so the user entered in their own raw input and the characters they entered corelated to shapes and directions in turtle. I had a little trouble orienting myself and first but then saw the possibility of drawing many different things-as long as I could keep things straight! We also practiced using the while True procedure we used in class. This project was interesting because it was interactive. We were writing the program as though it were for another user so we had to include instructions and make sure that their work saved. I didn't really draw any fancy shapes but I had a lot of fun creating a random string and watching how it turned out and then creating weird shapes. <