Branham-Computer-Science-23-24 / Dropping-the-Bomb

MIT License
0 stars 0 forks source link

Button Image #1

Open LleytonH opened 9 months ago

LleytonH commented 9 months ago

Import image of Button and assign it to a turtle.

LleytonH commented 9 months ago

-----Button-----

Button = 'red_button.gif' wn.addshape(Button) mascot = trtl.Turtle(shape = Button)

benlim10 commented 9 months ago

looks good, simple and effective code