python print end=' '
        Posted  
        
            by Hath
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hath
        
        
        
        Published on 2010-03-16T16:26:54Z
        Indexed on 
            2010/03/16
            16:31 UTC
        
        
        Read the original article
        Hit count: 224
        
i have this python script where i need to run 'gdal_retile.py'
but i get this an exception on this line:
if Verbose:
   print(Building internam Index for %d tile(s) ..." % len(inputTiles), end=' ')
the end='' is invalid syntax just curious as to why.. and what the author probably meant to do. 
I'm new to python if you haven't already guessed.
© Stack Overflow or respective owner