Created
January 29, 2023 22:45
-
-
Save EllaY44/5236cb33cc9a8b9ccd47f0b704c63048 to your computer and use it in GitHub Desktop.
first gist for homework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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