newbie EOL while scanning string literal

Larry Hudson orgnut at yahoo.com
Wed Jun 26 00:47:46 EDT 2013


On 06/25/2013 05:05 PM, willlewis965 at gmail.com wrote:
> thanks man you answered my questions very clear, btw do you know of a place where I can learn python I know some tutorials but are 2. something and I'm using 3.3 and I've been told they are different.
>
One fairly obvious place is on the python.org site itself.  Try:

http://docs.python.org/3/tutorial/index.html

That should give you a good start.

BTW, EOL means end-of-line.  Similarly, EOF is end-of-file.

     -=- Larry -=-






More information about the Python-list mailing list