ScratchData LogoScratchData
Back to dang's profile

python scratch turtle star

DAdang•Created January 14, 2023
python scratch turtle star
2
1
57 views
View on Scratch

Instructions

no instructions yet, working on the begin_fill / end_fill part of the code below, not sure how to do that in scratch yet

Description

looking at scratch version of "turtle star" graphic example on https://docs.python.org/3/library/turtle.html#introduction from turtle import * color('red', 'yellow') begin_fill() while True: forward(200) left(170) if abs(pos()) < 1: break end_fill() done()

Project Details

Project ID788231597
CreatedJanuary 14, 2023
Last ModifiedJanuary 18, 2023
SharedJanuary 14, 2023
Visibilityvisible
CommentsAllowed