Home > other >  Python laser cannons
Python laser cannons

Time:03-29

CodePudding user response:

 import turtle as t 
From the random import randint

='turtle' S=t.T urtle (shape, visible=True)
T.m ode (' logo ')
Tc olormode (255)
S.s peed (50)
For I in range (12) :
S.u p ()
S. orward (150)
Color=(randint (0, 255
For _ in range (3))

Supachai panitchpakdi encolor color (*)
Spyware doctor ot (30)
S.b k (150)
S.l eft (30)

T.d one ()

CodePudding user response:

Little turtle with python?
  • Related