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

MIT License
0 stars 0 forks source link

Nuke Image #2

Open benlim10 opened 6 months ago

benlim10 commented 6 months ago

Import image of a Nuke and assign it to the turtle.

benlim10 commented 6 months ago

-----Nuclear Explosion-----

Explosion = 'Nuke_Explosion.gif' wn.addshape(Explosion) mascot3 = trtl.Turtle(shape = Explosion) mascot3.penup() mascot3.hideturtle()

LleytonH commented 6 months ago

Very clean and well written.