Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101735 > unrolled thread

Turtle

Started byStallone Carl <smallboynana@gmail.com>
First post2016-01-14 23:22 +0100
Last post2016-01-15 12:50 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Turtle Stallone Carl <smallboynana@gmail.com> - 2016-01-14 23:22 +0100
    Re: Turtle Dave Farrance <df@see.replyto.invalid> - 2016-01-15 12:20 +0000
    Re: Turtle Alister <alister.ware@ntlworld.com> - 2016-01-15 12:50 +0000

#101735 — Turtle

FromStallone Carl <smallboynana@gmail.com>
Date2016-01-14 23:22 +0100
SubjectTurtle
Message-ID<mailman.1.1452845343.15297.python-list@python.org>
Dear sir/madam
I am currently using python 3.5.0 and I have been trying to write a program
using turtle but is not seem to be working. I have followed all tutarial on
the web and when i compare it with my code my am duing everything the same
way but it still don't seems to be working I tryed repairen python but
still no difference. Please help me.


Thanks in advanced

[toc] | [next] | [standalone]


#101748

FromDave Farrance <df@see.replyto.invalid>
Date2016-01-15 12:20 +0000
Message-ID<2coh9bpe4hp027p67g3mfsdf8b3h6sef84@4ax.com>
In reply to#101735
Stallone Carl <smallboynana@gmail.com> wrote:

>I am currently using python 3.5.0 and I have been trying to write a program
>using turtle but is not seem to be working. I have followed all tutarial on
>the web and when i compare it with my code my am duing everything the same
>way but it still don't seems to be working I tryed repairen python but
>still no difference. Please help me.

OK.  Which tutorial?  What did you try?  What went wrong?  Was there an
error message?  If there was, what was it?

When learning something on a computer, start with the simplest possible
example.  Only when that's working do you move on to more complex stuff.
So with turtle graphics, start by writing a program that draws just one
line.

[toc] | [prev] | [next] | [standalone]


#101749

FromAlister <alister.ware@ntlworld.com>
Date2016-01-15 12:50 +0000
Message-ID<sW5my.38497$zf1.27053@fx38.am4>
In reply to#101735
On 14/01/16 22:22, Stallone Carl wrote:
> Dear sir/madam
> I am currently using python 3.5.0 and I have been trying to write a program
> using turtle but is not seem to be working. I have followed all tutarial on
> the web and when i compare it with my code my am duing everything the same
> way but it still don't seems to be working I tryed repairen python but
> still no difference. Please help me.
>
>
> Thanks in advanced
>
Try fixing the error

if that does not help then at least help us to help you by providing a 
sample of your code & a full copy of the error traceback (please copy & 
past & do not retype)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web