Computer Programming 11 Edublog

Creating My Flower Field

In this project, we were to create a flower field by using loops, lists, and user input within the Turtle module. The objective of this program was to provide a drawing display of flowers in random position with different petal and center colors. Initially, I had difficulties in getting my flowers to appear in random spots because I didn’t quite understand how to use lists and return values in functions. After some experimentation, and asking questions, I learned how to use return values correctly and pass them between functions.

By the end, I was able to make my program draw multiple flowers that appeared in different colors and locations every time I ran the program. This project really helped me understand how functions, loops, and randomization can work together in Python.

I can statements

-I can adjust to anything that happens

-I can take initiative to find solutions when I am stuck on something

-I can ask questions to improve my understanding of the concept