Your answer would be 5098 liters.
Reason being, because there are 1,000,000 liters in one megalitre, so you just multiply 0.005098 by 1,000,000 to get your answer of 5098 liters.
        
             
        
        
        
A speaker sometimes is not able to capture the intended details since it is affected by homophones.
        
                    
             
        
        
        
Def firstChars( word ):
   if( word ): # make sure word has characters
       print( word[ 0 ] ) # print the first character (Python 3 syntax)