Quote:
Originally Posted by ixtab
Yupp
Remove the trailing newline at the "print" command. That should still be line 207. Simply delete the "\n" at the end of the double-quoted string. (I still don't understand why python appends newlines automatically, I consider that bad design, but... well, that's the way it seems to be).
|
Hmmm....\n for newline, huh? Well,

again, it works just beautifully for my needs.