Re: [Tutor] Beginner in need

2008-02-11 Thread Kent Johnson
Artur Sousa wrote: Sorry... forgot to add the code... 2008/2/11, Artur Sousa [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi. Just started on programming, as well on Python. I'm having a little problem: It helps if you describe the problem. If you are getting an error message,

Re: [Tutor] Beginner in need

2008-02-11 Thread Artur Sousa
Sorry... forgot to add the code... 2008/2/11, Artur Sousa [EMAIL PROTECTED]: Hi. Just started on programming, as well on Python. I'm having a little problem: What's the difference between: for n in range(2, 10): for x in range(2, n): if n % x == 0: print n,

[Tutor] Beginner in need

2008-02-11 Thread Artur Sousa
Hi. Just started on programming, as well on Python. I'm having a little problem: What's the difference between: ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor