Python
Submitted by oscar on Mon, 01/11/2010 - 16:09
When the last character in a line is a backslash in a Python program, what does that mean?
Answer. The backslash is simply used to enable a carriage return like capability when writing your code, as in the example below.
Tags:
Submitted by oscar on Sun, 11/01/2009 - 12:55
Lately, within the last year, I've been hearing a lot about Python in one form or another. The things I've heard or read are good of course. Among the things read and heard, the top three are that it is portable, fast and flexible.
Currently I don't have too much time to spend exploring Python, however I am still naturally curious about Python as you are. So I decided to install it and write about the ease of the installation and write a small program using Python.