Skip to content

Instantly share code, notes, and snippets.

@EllaY44
Created January 29, 2023 22:45
Show Gist options
  • Save EllaY44/5236cb33cc9a8b9ccd47f0b704c63048 to your computer and use it in GitHub Desktop.
Save EllaY44/5236cb33cc9a8b9ccd47f0b704c63048 to your computer and use it in GitHub Desktop.
first gist for homework
size(350,500)
noStroke()
background(225,246,255)
fill(101,67,33)
rect(100,220,100,270)
fill(109,185,102)
ellipse(150,200,300,200)
img = loadImage("Raster-Image-Test.png")
image(img,170,370,200,120)
@EllaY44
Copy link
Author

EllaY44 commented Jan 29, 2023

Hello,
This is my first gist for the Code Toolkit: Python class. Above is my code for the homework that I am working on. I have no questions right now, but like the assignment said, I posted my code anyways. Thanks! @rors

@rors
Copy link

rors commented Feb 6, 2023

Got it. Thanks! Nice work 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment