On 6/17/2009 1:46 PM matthew andriani said...
Hi Guys,
I wrote this program for some practice to get into python..I'm trying to
find fun ways to learn the language so if anyone has a challenge on this
basic level using loops that sounds exciting please let me know..
Exciting?
How about wri
matthew andriani schrieb:
Hi Guys,
I wrote this program for some practice to get into python..I'm trying
to find fun ways to learn the language so if anyone has a challenge on
this basic level using loops that sounds exciting please let me know..
If you think this program can be improved ple
Like in any language there any number for ways, heres another
b = "bottles of beer"
w = "on the wall"
bottles = range(1, 101)
bottles.reverse()
for bottle in bottles:
print " %s %s %s if one of those bottles should happen to fall there'll
be %s %s %s" % (bottle, b,w, bottle-1, b,w)
Vince
200
Hi Guys,
I wrote this program for some practice to get into python..I'm trying to find
fun ways to learn the language so if anyone has a challenge on this basic level
using loops that sounds exciting please let me know.. If you think this program
can be improved please let me know too :)
b =
On Thu, 26 Oct 2006, Jorge Azedo wrote:
First off, I don't know if I'm doing this right, I've never used a
mailing list before, so I'm not sure if I'm sending this to the right
place.
Thanks for all the help you guys gave me ( e vocês também pessoal, é bom
saber que há pessoal português po
First off, I don't know if I'm doing this right, I've never used a
mailing list before, so I'm not sure if I'm sending this to the right place.
Thanks for all the help you guys gave me ( e vocês também pessoal, é bom
saber que há pessoal português por aqui :-) ). I'll try and read as many
tutor
tando [EMAIL PROTECTED]:
>>
>>
>>>>2. New to programming and Python (Jorge Azedo)
>>>>
>>> 7. Re: New to programming and Python (rolando)
>>>
>>>
>>> Date: Thu, 26 Oct 2006 09:44:41 +0100
>>> From: rol
> Força, isto no inicio parece confuso, mas breve faz-se luz!
>
> Paulino
>
>
> Citando [EMAIL PROTECTED]:
>
>
>>>2. New to programming and Python (Jorge Azedo)
>>>
>>7. Re: New to programming and Python (rolando)
>>
>>
>
: Thu, 26 Oct 2006 09:44:41 +0100
> From: rolando <[EMAIL PROTECTED]>
> Subject: Re: [Tutor] New to programming and Python
> To: tutor@python.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Jorge Azedo escreve
Jorge Azedo wrote:
> Hi guys ( and gals )
>
> I'm totally new to the whole programming scene (I decided to enter it
> for many reasons, one of which is the fact that I *want* to know how to
> program my computer) and I decided to start out with Python. I'm reading
> lots of tutorials on it, try
Jorge Azedo escreveu:
> Hi guys ( and gals )
>
> I'm totally new to the whole programming scene (I decided to enter it
> for many reasons, one of which is the fact that I *want* to know how to
> program my computer) and I decided to start out with Python. I'm reading
> lots of tutorials on it, t
I'm sure I speak for us all when I ask what sort of things are giving you problems? Maybe that would help us point you in the right direction. Good Luck!On 10/25/06,
Jorge Azedo <[EMAIL PROTECTED]> wrote:
Hi guys ( and gals )I'm totally new to the whole programming scene (I decided to enter itfor
Hi guys ( and gals )
I'm totally new to the whole programming scene (I decided to enter it
for many reasons, one of which is the fact that I *want* to know how to
program my computer) and I decided to start out with Python. I'm reading
lots of tutorials on it, trying to understand how to work w
13 matches
Mail list logo