import turtle | |
screen = turtle.Screen() | |
screen.setup(800,600) | |
circle = turtle.Turtle() | |
circle.shape('circle') | |
circle.color('red') | |
circle.speed('fastest') | |
circle.up() | |
square = turtle.Turtle() | |
square.shape('square') | |
square.color('green') | |
square.speed('fastest') | |
square.up() | |
circle.goto(0,280) | |
circle.stamp() | |
k = 0 | |
for i in range(1, 17): | |
y = 30*i | |
for j in range(i-k): | |
x = 30*j | |
square.goto(x,-y+280) | |
square.stamp() | |
square.goto(-x,-y+280) | |
square.stamp() | |
if i % 4 == 0: | |
x = 30*(j+1) | |
circle.color('red') | |
circle.goto(-x,-y+280) | |
circle.stamp() | |
circle.goto(x,-y+280) | |
circle.stamp() | |
k += 2 | |
if i % 4 == 3: | |
x = 30*(j+1) | |
circle.color('yellow') | |
circle.goto(-x,-y+280) | |
circle.stamp() | |
circle.goto(x,-y+280) | |
circle.stamp() | |
square.color('brown') | |
for i in range(17,20): | |
y = 30*i | |
for j in range(3): | |
x = 30*j | |
square.goto(x,-y+280) | |
square.stamp() | |
square.goto(-x,-y+280) | |
square.stamp() | |
turtle.exitonclick() |
This comment has been minimized.
This comment has been minimized.
Try this mate |
This comment has been minimized.
This comment has been minimized.
Sorry |
This comment has been minimized.
This comment has been minimized.
import turtle t.penup() t.begin_fill() light=turtle.Turtle() light=turtle.Turtle() light=turtle.Turtle() light=turtle.Turtle() light=turtle.Turtle() light=turtle.Turtle() s.mainloop() |
This comment has been minimized.
This comment has been minimized.
No offence christmastree.py, but mine is much better |
This comment has been minimized.
This comment has been minimized.
no offence rt5, but your christmas tree don't work |
This comment has been minimized.
This comment has been minimized.
no offence smelly, but your link don't work. whoops. |
This comment has been minimized.
This comment has been minimized.
NO OFFENCE GUYS BUT ... WAIT THATS ALL I GOT :( |
This comment has been minimized.
This comment has been minimized.
Thanks, but your christmas tree don't work!!! |
This comment has been minimized.
This comment has been minimized.
No puedo descargarlo hay alguien que me ayude :(? |
This comment has been minimized.
This comment has been minimized.
It works thank you so much. -nonysenpaii download as Download ZIP- |
This comment has been minimized.
This comment has been minimized.
descarga el zip |
This comment has been minimized.
This comment has been minimized.
It is working, however you have to ident the code in the right way! |
This comment has been minimized.
This comment has been minimized.
If you're gonna gloat about your code being better than someone else's, at least have the decency to make it work. t.goto(each) |
This comment has been minimized.
This comment has been minimized.
thanks |
This comment has been minimized.
This comment has been minimized.
Gracias |
This comment has been minimized.
Thanks!