Placeholder

CS192 Programming Essentials – Week 7 Assignment

$19.00

Description

A turtle can “stamp” its footprint onto the canvas, and this will remain after the turtle has moved somewhere else.
Modify the turtle footprint below to complete the following tasks:
·         Create a 1-minute turtle footprint with custom attributes (size, pattern, color, direction, etc.)
·         Customize the shape pattern drawn by the turned and change at least 5 attributes.
·         Change the background color of your canvas and display your name on the canvas.
SCREENSHOTS
SOLUTION
PAYMENT
The solution consists of:
A report word document for this assignment
All Python programs in case you want to run theses programs on your computer.
Screenshots while running programs
Attachments [Move over files to preview content of those files]
CS192_WEEK_7.zip (93.29 KB)
CS192-Week-7-Screenshot-1.png
CS192_Week7_Report.docx
Pycharm Project
CS192Week7
.idea
.gitignore
CS192Week7.iml
inspectionProfiles
profiles_settings.xml
misc.xml
modules.xml
workspace.xml
week7.py
Python Code
week7.py
Preview week7.py
xxxxxx xxxxxx
xxxxxx xxxxxx
xx __xxxx__ == ‘__xxxx__’:
xxxx_xxxx = ‘xxxx xxx’ # xxxxxxx xxxx xxxxx xx xxxx xxxx
frogscreen = turtle.Screen() frogscreen.bgcolor(“yellow”) # change background color style = (‘Courier’, 30, ‘italic’) turtle.setposition(0, 200) turtle.write(your_name, font=style, align=’center’) # write your name on the screen frogger = turtle.Turtle() frogger.shape(“turtle”)
xxxxxxx.xxxxx(“xxxxx”) # xxxxxx xxxxxxx xxxxx
xxxxxxx.xxxxx()
xxxx = 25 # xxxxxx xxxx
x = 0
x = 0
Preview week7.py
xxxxxx xxxxxx
xxxxxx xxxxxx
xx __xxxx__ == ‘__xxxx__’:
xxxx_xxxx = ‘xxxx xxx’ # xxxxxxx xxxx xxxxx xx xxxx xxxx
frogscreen = turtle.Screen() frogscreen.bgcolor(“yellow”) # change background color style = (‘Courier’, 30, ‘italic’) turtle.setposition(0, 200) turtle.write(your_name, font=style, align=’center’) # write your name on the screen frogger = turtle.Turtle() frogger.shape(“turtle”)
xxxxxxx.xxxxx(“xxxxx”) # xxxxxx xxxxxxx xxxxx
xxxxxxx.xxxxx()
xxxx = 25 # xxxxxx xxxx
x = 0
x = 0
Price: $19
You May Also Like:
CS192 Programming Essentials – Week 1 Assignment
CS192 Programming Essentials – Week 2 Assignment
CS192 Programming Essentials – Week 3 Assignment
CS192 Programming Essentials – Week 4 Assignment
CS192 Programming Essentials – Week 5 Assignment
CS192 Programming Essentials – Week 6 Assignment
CS192 Programming Essentials – Week 8 Assignment

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.