readabilite: .strip() first to save time
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -44,6 +44,8 @@ def count_words(string):
 | 
				
			|||||||
    if string is None:
 | 
					    if string is None:
 | 
				
			||||||
        return 0
 | 
					        return 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    string = string.strip()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    i = 0
 | 
					    i = 0
 | 
				
			||||||
    count = 0
 | 
					    count = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user