Thank You
--
http://mail.python.org/mailman/listinfo/python-list
Abigail wrote:
> Yesterday I downloaded and installed Python 3.1 and working through some
> examples but I have hit a problem
>
a = raw_input("Enter a number" )
> Traceback (most recent call last):
> File "", line 1, in
> a = raw_input("Enter a number" )
> NameError: name 'raw_input'
On 2/24/2010 12:39 PM, Abigail wrote:
Yesterday I downloaded and installed Python 3.1 and working through some
examples but I have hit a problem
a = raw_input("Enter a number" )
Traceback (most recent call last):
File "", line 1, in
a = raw_input("Enter a number" )
NameError: name 'raw
On 2010-02-24 11:39 AM, Abigail wrote:
Yesterday I downloaded and installed Python 3.1 and working through some
examples but I have hit a problem
a = raw_input("Enter a number" )
Traceback (most recent call last):
File "", line 1, in
a = raw_input("Enter a number" )
NameError: name 'ra
On Wed, Feb 24, 2010 at 9:39 AM, Abigail wrote:
> Yesterday I downloaded and installed Python 3.1 and working through some
> examples but I have hit a problem
>
a = raw_input("Enter a number" )
> Traceback (most recent call last):
> File "", line 1, in
> a = raw_input("Enter a number" )