|
|
Turtle graphics with python 2.7
I need to print text in python but cant figure out how to.
any help would be great! thanks :)
|
|
0
|
|
|
|
Reply
|
Amanda
|
12/2/2010 5:09:22 PM |
|
Amanda wrote:
> I need to print text in python but cant figure out how to.
> any help would be great! thanks :)
You'd better ask in comp.lang.python
....and take a look at this:
http://docs.python.org/tutorial/introduction.html#strings
--
Non puoi insegnare qualcosa ad un uomo. You cannot teach a man anything.
Lo puoi solo aiutare -- Galileo Galilei -- You can only help him
a scoprirla dentro di s�. discover it in himself.
Vincenzo Mercuri
|
|
0
|
|
|
|
Reply
|
vincenzo.mercuri2 (96)
|
12/2/2010 6:02:35 PM
|
|
In <W5ydnWzJaoBcT2rRnZ2dnUVZ_sydnZ2d@giganews.com> Amanda <user@compgroups.net/> writes:
> I need to print text in python but cant figure out how to.
> any help would be great! thanks :)
print "hello"
.... doesn't work?
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
|
|
0
|
|
|
|
Reply
|
gordon16 (627)
|
12/2/2010 7:04:30 PM
|
|
Amanda <user@compgroups.net/> writes:
> I need to print text in python but cant figure out how to.
> any help would be great! thanks :)
Then why does your subject header mention turtle graphics?
--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
|
|
0
|
|
|
|
Reply
|
kst-u (21545)
|
12/3/2010 2:43:16 AM
|
|
On 12/2/2010 9:43 PM, Keith Thompson wrote:
> Amanda<user@compgroups.net/> writes:
>> I need to print text in python but cant figure out how to.
>> any help would be great! thanks :)
>
> Then why does your subject header mention turtle graphics?
(Assume initial heading is North, Up, Whatever.)
Turn right 30 degrees. Pen down. Forward 4. Turn right 120
degrees. Forward 4. Pen up. Turn right 180 degrees. Forward 2.
Turn left 60 degrees. Pen down. Forward 2. Pen up. Turn right
180 degrees. Forward 2. Turn right 30 degrees. Forward 2. Turn
left 60 degrees. Forward 1. "I'd like to buy a B, please."
Optimization is left as an exercise for the reader.
--
Eric Sosman
esosman@ieee-dot-org.invalid
|
|
0
|
|
|
|
Reply
|
esosman2 (2945)
|
12/3/2010 5:23:30 AM
|
|
|
4 Replies
745 Views
(page loaded in 0.034 seconds)
Similiar Articles: Turtle graphics with python 2.7 - comp.unix.programmerI need to print text in python but cant figure out how to. any help would be great! thanks :)... find text location (in pixels) using python (pyPdf) - comp.lang ...Turtle graphics with python 2.7 - comp.unix.programmer Amanda wrote: > I need to print text in python but cant figure out how to ... Turtle graphics with python 2.7 - comp ... OpenGL extensions in VB - comp.graphics.api.openglTurtle graphics with python 2.7 - comp.unix.programmer STARTTLS extension not supported by server - comp.lang.python ... I have a CentOS ... 2) 7/7/2010 3:03:49 PM ... Strategy suggestion? - comp.graphics.api.openglTurtle graphics with python 2.7 - comp.unix.programmer I'm using python 2.6 on linux x64. According to your own figures below, it takes ... Strategy suggestion? - comp ... [ANN]: ActiveSolid Freeware new release: v2.6.2 - comp.graphics ...Turtle graphics with python 2.7 - comp.unix.programmer BIOS version 1.6, and I noticed BIOS version 2.7 ... [ANN]: ActiveSolid Freeware new release: v2.6.2 - comp.graphics ... execute shell script from python, needs sys.argv - comp.lang ...... am trying to execute a shell script from within python.. This shell script takes the format, where $1 and $2 ... File Open not executing.... - comp.graphics.apps.paint ... Embedded graphics from external mail system don't show - comp ...At least one user at the client, however, has no problem seeing the graphics regardless of type of image. I reason, therefore, that there must be some combination of ... *** glibc detected *** gdb: malloc(): smallbin double linked list ...comp graphics apps photoshop (7691) comp os linux advocacy (7054) ... Python 2.7 (r27:82500, Nov 2 2010, 09:00:37) [GCC 4.4.3] on linux2 with the following ... Python libraries missing or corrupt - comp.graphics.apps.paint ...Turtle graphics with python 2.7 - comp.unix.programmer I have a CentOS machine with Python 2.4 and I wanted to install Python 2.7 on ... Python libraries missing or ... Super Mario Bros clone - Python source code - comp.games ...Turtle graphics with python 2.7 - comp.unix.programmer Super Mario Bros clone - Python source code - comp.games ... Good morning, I wrote Super Mario Brothers in Python. Turtle graphics with python 2.7 - comp.unix.programmer | Computer ...I need to print text in python but cant figure out how to. any help would be great! thanks :)... 24.5. turtle — Turtle graphics for Tk — Python v2.7.3 ...Turtle graphics is a popular way for introducing programming to ... the Python standard distribution up to version Python 2.5. It tries to keep the merits of the old turtle ... 7/24/2012 3:58:25 PM
|
|
|
|
|
|
|
|
|