How to lowercase a string in Python?
    Is there a way to convert a string from uppercase, or even part uppercase to lowercase? E.g. Kilometers --> kilometers.
        
     
    
    
        
    
        
        
    
        
        
            
                        Daniel U.
                    answered  04/30/19
            
            
                Professional Software Developer and PhD Here To Help
         
            
     
        
        
            
                
    
        
x='KiloMeters'
print(x.lower()) 
print(x.upper()) 
 
     
 
             
        
        
     
    
     
        
    Still looking for help? Get the right answer, fast.
    
        
        OR
        
            
                
                
                    Find an Online Tutor Now
                
            
                Choose an expert and meet online.
                No packages or subscriptions, pay only for the time you need.