"Marco Rompré" <marcodrom...@gmail.com> wrote

Hi! I am relatively new to python and turtle and I really need your help.

Thats what we are hee for but....

Here's my code: ignore my comments

n=0
while n < 10 :
   down()                         # abaisser le crayon
   carre(25, 'yellow', 0)         # tracer un carré
   up()
   forward(30)
   triangle(90, 'blue',0)
n = n + 1


If I am to vague I wanted to do successfully exercise 7.6 in Gérard Swinnen
tutorial for Python

It was supposed to look like this

So what happens? Is there an error message or does it just draw
the wrong thing? Don't make us guess...



--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to