Question: nature art python Nature Art In this Assignment 3, we are to write a Python program, called NatureArt.py, which is to create a drawing representing
Nature Art In this Assignment 3, we are to write a Python program, called NatureArt.py, which is to create a drawing representing an outside nature scene using the Python Turtle Graphics module and its built- in functions What do we mean by "nature scene"? We mean that our Python program can be a drawing of anything as long as all the elements can be found outside, in nature (e.g. humans, buildings, parks, plants, trees, sun, animals, grass, mountains, etc). The drawings cannot be indoor scenes. This is to say that our nature scene cannot be a bunch of shapes drawn together with no theme like the drawing created by the program Turtle Lab_5.py seen in our Week 8 Lab. Our nature scene (program) is to also satisfy the following requirements. Requirements: 1. We must use Python 3 (the Python IDLE version used in our CSIL lab) to write our program. 2. Our program is to execute as soon as one has pressed the F5 key or has selected the option Run-> Run Module from the Python IDLE menu. No user input is required in this assignment. This is to say that the user must not be prompted for any input data once our nature scene Python program has started executing. It executes all on its own
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
