when entering text into a python program, when you press enter on a line ending with a : you get a blank line between where you pressed enter and where the cursor is positioned. I worked out it's something to do with the auto-indent routines.
eg
if x>2:
    cursor placed here
should be ....
if x>2:
    cursor placed here
thanks 
Grant Smith
			
			
									
									
						